From 35fc1d23563e30d285663b6777149f07e92a7479 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 2 Nov 2019 12:41:36 +0100 Subject: [PATCH] set wikijs commit explicitly --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 741d048..ada0347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,12 @@ RUN apk add --no-cache \ RUN npm config set unsafe-perm true RUN npm install -g webpack webpack-cli +ENV WIKIJS_VERSION=0cc3fd03a5d13aa5a9649080cbce39e507dc23ca + RUN git clone https://code.vanwa.ch/sebastian/wikijs.git -b nextcloud-auth /build WORKDIR /build +RUN git checkout $WIKIJS_VERSION RUN npm install RUN make build