using npm to start the server

This commit is contained in:
Kfir Dayan 2023-06-11 01:27:51 +03:00
parent 327eadf8c1
commit 49a80d4790

View file

@ -10,4 +10,4 @@ COPY . .
EXPOSE 3000
CMD ["node", "dist/index.js"]
CMD ["npm", "start"]