Update Dockerfile
This commit is contained in:
parent
3a60c35e38
commit
c0c32b21fc
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ COPY --chown=node:node --from=builder /usr/src/app .
|
|||
RUN chown node:node /usr/src/app
|
||||
|
||||
USER node
|
||||
CMD ["node", "run", "start"]
|
||||
CMD ["npm", "run", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue