mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
new extensions
This commit is contained in:
parent
c55d472a7b
commit
e9c952216b
3 changed files with 9 additions and 2 deletions
|
@ -52,6 +52,7 @@ docker run \
|
|||
-m 16m \
|
||||
--network none \
|
||||
--cpus=".5" \
|
||||
--ulimit nproc=8:16 \
|
||||
--rm \
|
||||
-v $abs:/$file \
|
||||
-v $dir/executors/python2:/executor_python2 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
go run $*
|
||||
go run $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue