Added PM2 and check if header response set.
This commit is contained in:
@@ -24,5 +24,7 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
RUN npm run build
|
||||
|
||||
RUN npm install pm2 -g
|
||||
|
||||
EXPOSE 8000
|
||||
CMD [ "npm", "start" ]
|
||||
CMD [ "pm2-runtime", "ecosystem.config.js" ]
|
||||
Reference in New Issue
Block a user