1 Commits

Author SHA1 Message Date
76280f3e7b Update wiki to 0.16.2 2019-03-11 08:00:53 -06:00

View File

@ -6,7 +6,7 @@ RUN useradd --create-home app \
jq \
git
WORKDIR /home/app
ARG WIKI_PACKAGE=wiki@0.15.0
ARG WIKI_PACKAGE=wiki@0.16.2
RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su app -c "mkdir .wiki"
COPY configure-wiki set-owner-name ./