Skip to content

Commit

Permalink
fix: Dockerfile에서 java policy 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cranemont committed Feb 21, 2023
1 parent 892e87d commit 80113c3
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,7 +35,7 @@ RUN mkdir -p sandbox/policy \
&& mkdir -p sandbox/logs/run \
&& mkdir -p sandbox/logs/compile

COPY lib/judger/java_policy sandbox/policy/
COPY lib/judger/policy/java_policy sandbox/policy/
COPY lib/judger/libjudger.so ./sandbox/
COPY --from=build /build/main .

Expand Down

0 comments on commit 80113c3

Please sign in to comment.