Skip to content

Commit

Permalink
Hotfix docker CMD not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Jan 5, 2024
1 parent ea4eba7 commit b0f1c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/judger-server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ COPY dev-problem-package /workspace/dev-problem-package

ENV RUST_LOG=DEBUG
EXPOSE 8000
CMD [ "judge-server" ]
CMD [ "judger-server" ]

0 comments on commit b0f1c37

Please sign in to comment.