diff --git a/Dockerfile b/Dockerfile index 98845c93..67bbd2c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ COPY ./dist/ssr . RUN npm i RUN npm install pm2 -g +RUN export NODE_OPTIONS=--openssl-legacy-provider ENTRYPOINT ["pm2-runtime", "index.js"]