Skip to content

Commit

Permalink
use full path to main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehille committed Aug 4, 2020
1 parent 86dc8ee commit ccb659f
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 @@ -49,4 +49,4 @@ RUN mkdir -p /home/node/app
COPY --chown=node --from=buildImg /home/node /home/node

EXPOSE "${PORT}"
CMD ["node", "app/main.js"]
CMD ["node", "/home/node/app/main.js"]

0 comments on commit ccb659f

Please sign in to comment.