diff --git a/Dockerfile b/Dockerfile index 2d94e9e..7d478be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN npm install pm2 -g RUN npm run build -CMD pm2 start process.yml && tail -f /dev/null +CMD npm run start + +#CMD pm2 start process.yml && tail -f /dev/null EXPOSE 3001 \ No newline at end of file