From bd2619a14b97c490adba9d2da9600f0176869bea Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Sat, 24 Apr 2021 10:10:40 -0600 Subject: [PATCH] upgrade to wiki 0.24.0 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a2729b..1ac1a1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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