Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
fix failing prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Jan 27, 2022
1 parent 0c7a678 commit f37af98
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 @@ -3,4 +3,4 @@ WORKDIR /home/node/app
COPY --chown=node:node . .
RUN npm install
EXPOSE 3005
CMD npm run startProd
CMD npm run start

0 comments on commit f37af98

Please sign in to comment.