We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6757806 commit 68a1c6cCopy full SHA for 68a1c6c
docker/entrypoint.sh
@@ -60,6 +60,7 @@ then
60
/opt/ejudge/bin/ejudge-configure-compilers --batch
61
chown ejudge:ejcompile /home/ej-compile-spool
62
chmod 775 /home/ej-compile-spool
63
+ touch /home/judges/var/ej-compile.log
64
chown ejudge:ejcompile /home/judges/var/ej-compile.log
65
chmod 660 /home/judges/var/ej-compile.log
66
fi
0 commit comments