fix: don't use pm2 for dev
This commit is contained in:
parent
a2e176f249
commit
f0b04ff710
@ -40,4 +40,5 @@ RUN chmod -R u=rwx,g=,o= ./
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Start app
|
# Start app
|
||||||
CMD ["pm2", "start", "dist/app.js", "--no-daemon"]
|
CMD ["npm", "run", "startonly"]
|
||||||
|
#CMD ["pm2", "start", "dist/app.js", "--no-daemon"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user