add start script

This commit is contained in:
Jurgis Sakalauskas
2023-10-30 09:10:53 +02:00
parent f38803d60d
commit 1d7072aee0
11 changed files with 26 additions and 59 deletions
+2 -4
View File
@@ -10,8 +10,6 @@ RUN npm run typeorm:run-migrations
EXPOSE $PORT
# serve dev
CMD ["npm", "run", "start:dev"]
# start
CMD ["npm", "run", "start"]
#serve prod
#CMD ["npm", "run", "start"]