From aa90eb3e868160a8062abdbef8cd117d24fc4823 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Sat, 22 Jul 2017 13:18:51 -0600 Subject: [PATCH] configure-and-launch-wiki is now owned by app --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6503881..5e41606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ WORKDIR /home/app RUN su app -c "npm install -g --prefix . wiki@0.11.4" RUN su app -c "mkdir .wiki" COPY configure-and-launch-wiki configure-and-launch-wiki +RUN chown app configure-and-launch-wiki VOLUME "/home/app/.wiki" ENV DOMAIN=localhost ENV OWNER_NAME="The Owner"