diff --git a/Dockerfile b/Dockerfile index 9a838670..93ab994c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ WORKDIR /app COPY . . +# Workaround: https://github.com/webpack/webpack/issues/14532 +ENV NODE_OPTIONS=--openssl-legacy-provider + RUN yarn --network-timeout 120000 && yarn build --prod FROM nginx:alpine