change dockerfile to wiki-cafe version of passportjs repo
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
@ -14,7 +14,7 @@ USER node
|
|||||||
RUN npm install -g --prefix . $WIKI_PACKAGE
|
RUN npm install -g --prefix . $WIKI_PACKAGE
|
||||||
RUN cd lib/node_modules/wiki/node_modules && \
|
RUN cd lib/node_modules/wiki/node_modules && \
|
||||||
rm -r wiki-security-passportjs && \
|
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 && \
|
RUN cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && \
|
||||||
npm install && \
|
npm install && \
|
||||||
|
Reference in New Issue
Block a user