dockerfile build and run

This commit is contained in:
2018-10-05 15:12:13 +02:00
parent 4c033ac86c
commit 7fce1b2cde
3 changed files with 35 additions and 0 deletions

5
clojure_frontend/docker/run Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
target="$1"
if [ "$target" = "" ]; then target=develop; fi
docker run -p 3000:3000 -it dyne/toaster.do:$target $*