add /dev/shm to tmpfs

to avoid python subprocess issues
This commit is contained in:
李扬 2018-02-01 22:14:52 +08:00 committed by GitHub
parent 8c2d30547c
commit e27c662a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ services:
- /tmp
- /judger_run:exec,mode=777
- /spj:exec,mode=777
- /dev/shm:mode=777
volumes:
- $PWD/tests/test_case:/test_case:ro
- $PWD/log:/log