mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
修复docker tmpfs中没有可执行权限的问题
This commit is contained in:
parent
52e0a5714a
commit
37ad55248a
@ -6,8 +6,8 @@ services:
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /tmp
|
||||
- /judger_run
|
||||
- /spj
|
||||
- /judger_run:exec,mode=777
|
||||
- /spj:exec,mode=777
|
||||
volumes:
|
||||
- /data/JudgeServer/tests/test_case:/test_case:ro
|
||||
- /data/log:/log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user