We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7542dee commit ca952caCopy full SHA for ca952ca
Dockerfile
@@ -4,7 +4,8 @@ WORKDIR /app
4
5
RUN mkdir -p logs && \
6
npm install && \
7
- npm install pm2 -g
+ npm install pm2 -g && \
8
+ npm run dev
9
10
EXPOSE 3200
-CMD npm run start
11
+CMD npm run serve && pm2 logs
0 commit comments