diff --git a/Dockerfile b/Dockerfile index 57c729a58a..d84d01a67e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ FROM node:latest RUN apt-get update && apt-get install -y libzmq3-dev + +VOLUME /netrunner + +WORKDIR /netrunner diff --git a/compose.sh b/compose.sh index 065f1663f3..4f91b90561 100755 --- a/compose.sh +++ b/compose.sh @@ -2,6 +2,31 @@ set -e +usage () { + cat<