mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
add new mounts
This commit is contained in:
parent
3ffeaf139c
commit
f8fa94c923
1 changed files with 3 additions and 0 deletions
|
@ -56,8 +56,11 @@ docker run \
|
|||
-v $abs:/$file \
|
||||
-v $dir/executors/python2:/executor_python2 \
|
||||
-v $dir/executors/python3:/executor_python3 \
|
||||
-v $dir/executors/ruby:/executor_ruby \
|
||||
-v $dir/executors/node:/executor_node \
|
||||
-v $dir/executors/c:/executor_c \
|
||||
-v $dir/executors/cpp:/executor_cpp \
|
||||
-v $dir/executors/go:/executor_go \
|
||||
piston \
|
||||
timeout -s HUP 3 /$bin /$file $file 2>&1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue