diff --git a/Dockerfile b/Dockerfile index 67c0f04..55301be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN npm install pm2 -g EXPOSE 5050 EXPOSE 5051 -CMD [ "pm2-docker", "pm2.config.js" ] \ No newline at end of file +CMD ./dockerRunnerProd.sh \ No newline at end of file