From 3ce8c3b833b0c77f529271ba23ee5d0d5cc7092a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 13 Aug 2015 21:09:02 -0700 Subject: [PATCH] static -> public, use bash --- Dockerfile | 2 ++ {static => public/static}/nim.html | 0 2 files changed, 2 insertions(+) rename {static => public/static}/nim.html (100%) diff --git a/Dockerfile b/Dockerfile index 62bab10..c1dccab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM coopernurse/docker-nim +RUN apk update && apk add bash + EXPOSE 5000 RUN adduser -D -g '' r RUN chmod a+x /root/.nimble/bin/nimble diff --git a/static/nim.html b/public/static/nim.html similarity index 100% rename from static/nim.html rename to public/static/nim.html