Skip to content

Commit

Permalink
fix(docker): startup command 🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-ng committed Apr 24, 2021
1 parent 62c1b38 commit d428924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . /usr/src/app
RUN npm ci --only=production

USER node
CMD ["dumb-init", "node", "app/app.js"]
CMD ["dumb-init", "node", "app/server.js"]

0 comments on commit d428924

Please sign in to comment.