Add Racket

This commit is contained in:
1computer1 2019-03-15 22:06:49 -04:00
parent 7106c3f5ac
commit 17e5eade08
4 changed files with 18 additions and 0 deletions

4
docker/racket/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM jackfirth/racket
LABEL author="1Computer1"
COPY run.sh /var/run/

2
docker/racket/run.sh Normal file
View file

@ -0,0 +1,2 @@
echo "$1" > program.rkt
racket program.rkt