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