diff --git a/Dockerfile b/Dockerfile index 55f2671..884e49c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ USER node RUN npm install -g --prefix . $WIKI_PACKAGE RUN cd lib/node_modules/wiki/node_modules && \ rm -r wiki-security-passportjs && \ - git clone https://git.coopcloud.tech/3wordchant/wiki-security-passportjs.git + git clone https://git.coopcloud.tech/wiki-cafe/wiki-security-passportjs.git RUN cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && \ npm install && \