mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Do not use --openssl-legacy-provider
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
# Build project
|
||||
FROM node:16.13-alpine3.13 AS builder
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
RUN set -x \
|
||||
# Add user
|
||||
&& addgroup --gid 10001 app \
|
||||
@@ -28,7 +27,6 @@ RUN set -x \
|
||||
|
||||
# Main image
|
||||
FROM node:16.13-alpine3.13
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
RUN set -x \
|
||||
# Add user
|
||||
&& addgroup --gid 10001 app \
|
||||
|
||||
Reference in New Issue
Block a user