Skip to content

Commit

Permalink
Fix docker entry
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Apr 4, 2024
1 parent 56f6558 commit e86222e
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 @@ -22,4 +22,4 @@ COPY judger/workdirs/docker/rclone.conf /workdir/rclone.conf
WORKDIR /workdir
ENV RUST_LOG=DEBUG
EXPOSE 8000
CMD [ "judger-server" ]
CMD [ "judger" ]

0 comments on commit e86222e

Please sign in to comment.