Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d4aa21b680 | |||
4c286521eb | |||
9e349de285 |
@ -7,14 +7,14 @@ RUN apk add --update --no-cache \
|
||||
|
||||
WORKDIR "/home/node"
|
||||
|
||||
ARG WIKI_PACKAGE=wiki@0.31.0
|
||||
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/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 && \
|
||||
|
Reference in New Issue
Block a user