Add Racket
This commit is contained in:
parent
7106c3f5ac
commit
17e5eade08
4 changed files with 18 additions and 0 deletions
4
docker/racket/Dockerfile
Normal file
4
docker/racket/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM jackfirth/racket
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
2
docker/racket/run.sh
Normal file
2
docker/racket/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
echo "$1" > program.rkt
|
||||
racket program.rkt
|
Loading…
Add table
Add a link
Reference in a new issue