Skip to content

Commit ca952ca

Browse files
authored
Update Dockerfile
1 parent 7542dee commit ca952ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ WORKDIR /app
44

55
RUN mkdir -p logs && \
66
npm install && \
7-
npm install pm2 -g
7+
npm install pm2 -g && \
8+
npm run dev
89

910
EXPOSE 3200
10-
CMD npm run start
11+
CMD npm run serve && pm2 logs

0 commit comments

Comments
 (0)