mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Fix Docker artifact build on CI
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
# Build project
|
||||
FROM node:current-alpine AS builder
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
RUN set -x \
|
||||
# Add user
|
||||
&& addgroup --gid 10001 app \
|
||||
@@ -27,6 +28,7 @@ RUN set -x \
|
||||
|
||||
# Main image
|
||||
FROM node:current-alpine
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
RUN set -x \
|
||||
# Add user
|
||||
&& addgroup --gid 10001 app \
|
||||
|
||||
Reference in New Issue
Block a user