From 20329546d2d842943134f7052318fbf632b79e4d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 7 Dec 2022 16:59:14 -0800 Subject: [PATCH] Switch to git.coopcloud.tech URL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 673c729..800ae74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"