configure-and-launch-wiki is now owned by app

This commit is contained in:
Eric Dobbs 2017-07-22 13:18:51 -06:00
parent df8da7ba2c
commit aa90eb3e86
1 changed files with 1 additions and 0 deletions

View File

@ -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"