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