Skip to content

Commit

Permalink
Perf Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Oct 3, 2024
1 parent 2fb1160 commit 45c7e77
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 @@ -16,7 +16,7 @@ COPY --from=build /usr/src/judger/target/release/judger /usr/local/bin/judger
RUN curl https://rclone.org/install.sh | bash

RUN mkdir /workdir
RUN mkdir /workdir/problem-package

COPY judger/.env /workdir/.env
COPY judger/rclone.conf /workdir/rclone.conf
RUN sed -i 's/127.0.0.1/host.docker.internal/g' /workdir/rclone.conf
Expand Down

0 comments on commit 45c7e77

Please sign in to comment.