Skip to content

Commit

Permalink
Update ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic committed Mar 8, 2024
1 parent 30581c7 commit 6fbf16b
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 @@ -40,7 +40,7 @@ CMD ["/api/scripts/server"]

RUN useradd -u 1000 -m -r judge0 && \
echo "judge0 ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers && \
chown -R judge0: /api
chown judge0: /api/tmp/

USER judge0

Expand Down

0 comments on commit 6fbf16b

Please sign in to comment.