Skip to content

Commit

Permalink
fix(shell): updating to remove docker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 16, 2024
1 parent 542e39d commit e796ab8
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 @@ -121,4 +121,4 @@ ENV GIT_SHA=${GIT_SHA}
ENV RELEASE_SHA=${GIT_SHA}

EXPOSE $PORT
CMD npm run start
CMD [ "npm", "run", "start" ]

0 comments on commit e796ab8

Please sign in to comment.