add new mounts

This commit is contained in:
Brian Seymour 2018-09-20 21:40:48 -05:00
parent 3ffeaf139c
commit f8fa94c923
1 changed files with 3 additions and 0 deletions

View File

@ -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