using npm to start the server
This commit is contained in:
parent
327eadf8c1
commit
49a80d4790
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ COPY . .
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "dist/index.js"]
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Reference in a new issue