include script to set-owner-name

This commit is contained in:
Eric Dobbs
2017-07-22 21:55:38 -06:00
parent 2b708a73b2
commit 7f64713024
2 changed files with 41 additions and 2 deletions

View File

@ -7,8 +7,8 @@ RUN useradd --create-home app \
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
COPY configure-and-launch-wiki set-owner-name ./
RUN chown app configure-and-launch-wiki set-owner-name
VOLUME "/home/app/.wiki"
ENV DOMAIN=localhost
ENV OWNER_NAME="The Owner"