upgrade to wiki 0.24.0

This commit is contained in:
Eric Dobbs 2021-04-24 10:10:40 -06:00
parent 54f1c382f5
commit bd2619a14b

View File

@ -5,10 +5,8 @@ RUN apk add --update --no-cache \
git \
jq
WORKDIR "/home/node"
ARG WIKI_PACKAGE=wiki@0.23.0
ARG WIKI_CLIENT=wiki-client@0.23.0
ARG WIKI_PACKAGE=wiki@0.24.0
RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su node -c "cd /home/node/lib/node_modules/wiki; npm install --save $WIKI_CLIENT"
RUN su node -c "mkdir -p .wiki"
VOLUME "/home/node/.wiki"
EXPOSE 3000