We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30155a3 commit f4f56d8Copy full SHA for f4f56d8
Dockerfile
@@ -4,6 +4,9 @@ WORKDIR /app
4
5
COPY . .
6
7
+# Workaround: https://github.com/webpack/webpack/issues/14532
8
+ENV NODE_OPTIONS=--openssl-legacy-provider
9
+
10
RUN yarn --network-timeout 120000 && yarn build --prod
11
12
FROM nginx:alpine
0 commit comments