Skip to content

Commit

Permalink
Fix Dockerfile command format
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Oct 1, 2024
1 parent d9fd6d9 commit d717144
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 @@ -13,5 +13,5 @@ WORKDIR /usr/src/app/server
ARG VERSION
ENV VERSION=$VERSION

CMD node --trace-warnings dist/server.js
CMD ["node", "--trace-warnings", "dist/server.js"]
EXPOSE 8080

0 comments on commit d717144

Please sign in to comment.