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