Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
test: dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 18, 2024
1 parent 31a7c71 commit 741d2bf
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 @@ -35,4 +35,4 @@ EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"

CMD [node server.js]
CMD node server.js

0 comments on commit 741d2bf

Please sign in to comment.