include script to set-owner-name
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user