Reapply "Slightly less cursed way of installing forked w-s-p"
This reverts commit fdb5ebb73d11989b94bbc6622c13d13bed63bcbc.
This commit is contained in:
parent
fdb5ebb73d
commit
8b8f129f07
10
Dockerfile
10
Dockerfile
@ -11,14 +11,10 @@ ARG WIKI_PACKAGE=wiki@0.37.0
|
||||
|
||||
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/wiki-cafe/wiki-security-passportjs.git
|
||||
|
||||
RUN cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && \
|
||||
npm install && \
|
||||
node_modules/grunt/bin/grunt
|
||||
RUN npm install -g --prefix . $WIKI_PACKAGE && \
|
||||
cd lib/node_modules/wiki && \
|
||||
npm install --prefix . git+https://git.coopcloud.tech/wiki-cafe/wiki-security-passportjs
|
||||
|
||||
RUN mkdir -p .wiki
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user