Skip to content

Commit

Permalink
Correct the path for config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Sep 21, 2024
1 parent 48baae5 commit 62e8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/wlmoj/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN cd /tmp/ && git clone https://github.com/justinmeza/lci && \
runuser -u judge -w PATH -- /env/bin/dmoj-autoconf -V > /judge-runtime-paths.yml && \
echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml

COPY config.yml /config.yml
COPY .docker/wlmoj/config.yml /config.yml

ENTRYPOINT ["/usr/bin/tini", "--", "/judge/.docker/entry"]

0 comments on commit 62e8d6f

Please sign in to comment.