Switch to git.coopcloud.tech URL

This commit is contained in:
3wc 2022-12-07 16:59:14 -08:00
parent d7892255ee
commit 20329546d2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apk add --update --no-cache \
WORKDIR "/home/node"
ARG WIKI_PACKAGE=wiki@0.28.0
RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su node -c "cd lib/node_modules/wiki/node_modules && rm -r wiki-security-passportjs && git clone https://github.com/3-w-c/wiki-security-passportjs"
RUN su node -c "cd lib/node_modules/wiki/node_modules && rm -r wiki-security-passportjs && git clone https://git.coopcloud.tech/3wordchant/wiki-security-passportjs.git"
RUN su node -c "cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && npm install && node_modules/grunt/bin/grunt"
RUN su node -c "mkdir -p .wiki"
VOLUME "/home/node/.wiki"