Drop forked node-oauth, upgrade to wiki 0.31
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@ -7,7 +7,7 @@ RUN apk add --update --no-cache \
|
||||
|
||||
WORKDIR "/home/node"
|
||||
|
||||
ARG WIKI_PACKAGE=wiki@0.28.0
|
||||
ARG WIKI_PACKAGE=wiki@0.31.0
|
||||
|
||||
USER node
|
||||
|
||||
@ -19,11 +19,6 @@ RUN cd lib/node_modules/wiki/node_modules && \
|
||||
RUN cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && \
|
||||
npm install
|
||||
|
||||
RUN cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && \
|
||||
npm install git+https://git.coopcloud.tech/wiki-cafe/node-oauth.git && \
|
||||
node_modules/grunt/bin/grunt && \
|
||||
rm -r ../oauth node_modules/passport-oauth2/node_modules/oauth node_modules/passport-twitter/node_modules/oauth
|
||||
|
||||
RUN mkdir -p .wiki
|
||||
|
||||
VOLUME "/home/node/.wiki"
|
||||
|
Reference in New Issue
Block a user