set wikijs commit explicitly
This commit is contained in:
parent
f643ca58f8
commit
35fc1d2356
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user