1 Commits

Author SHA1 Message Date
d4aa21b680 change dockerfile to wiki-cafe version of passportjs repo 2024-09-20 22:09:23 -04:00

@ -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 && \