Skip to content

Commit f4f56d8

Browse files
authored
Fix docker file (#127)
Signed-off-by: Marvin Bechtold <marvin.bechtold.dev@gmail.com>
1 parent 30155a3 commit f4f56d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ WORKDIR /app
44

55
COPY . .
66

7+
# Workaround: https://github.com/webpack/webpack/issues/14532
8+
ENV NODE_OPTIONS=--openssl-legacy-provider
9+
710
RUN yarn --network-timeout 120000 && yarn build --prod
811

912
FROM nginx:alpine

0 commit comments

Comments
 (0)