This commit is contained in:
Eric Dobbs
2021-02-28 09:10:10 -07:00
parent 1cf4d8e6ae
commit 26cf1cf962

View File

@ -5,7 +5,7 @@ RUN apk add --update --no-cache \
git \
jq
WORKDIR "/home/node"
ARG WIKI_PACKAGE=wiki@0.22
ARG WIKI_PACKAGE=wiki@0.23
RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su node -c "mkdir -p .wiki"
VOLUME "/home/node/.wiki"