Skip to content

Commit

Permalink
Fix node path.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Apr 22, 2024
1 parent a239b65 commit 4c8ec79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/aws/dev/docker/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ USER node:node
ENV NODE_ENV=production
EXPOSE 3000

CMD ["/usr/bin/node", "build"]
CMD ["/usr/local/bin/node", "build"]
2 changes: 1 addition & 1 deletion install/aws/prod/docker/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ USER node:node
ENV NODE_ENV=production
EXPOSE 3000

CMD ["/usr/bin/node", "build"]
CMD ["/usr/local/bin/node", "build"]

0 comments on commit 4c8ec79

Please sign in to comment.