enabled building scoped packages & bumped version to 0.12.1
This commit is contained in:
@ -5,8 +5,8 @@ RUN useradd --create-home app \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
jq
|
jq
|
||||||
WORKDIR /home/app
|
WORKDIR /home/app
|
||||||
ARG VERSION=0.12.0
|
ARG WIKI_PACKAGE=wiki@0.12.1
|
||||||
RUN su app -c "npm install -g --prefix . wiki@$VERSION"
|
RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE"
|
||||||
RUN su app -c "mkdir .wiki"
|
RUN su app -c "mkdir .wiki"
|
||||||
COPY configure-and-launch-wiki set-owner-name ./
|
COPY configure-and-launch-wiki set-owner-name ./
|
||||||
RUN chown app configure-and-launch-wiki set-owner-name
|
RUN chown app configure-and-launch-wiki set-owner-name
|
||||||
|
Reference in New Issue
Block a user