enabled building scoped packages & bumped version to 0.12.1

This commit is contained in:
Eric Dobbs 2017-09-20 17:50:00 -06:00
parent e06405adc1
commit e22b66240d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ RUN useradd --create-home app \
&& apt-get install -y --no-install-recommends \
jq
WORKDIR /home/app
ARG VERSION=0.12.0
RUN su app -c "npm install -g --prefix . wiki@$VERSION"
ARG WIKI_PACKAGE=wiki@0.12.1
RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su app -c "mkdir .wiki"
COPY configure-and-launch-wiki set-owner-name ./
RUN chown app configure-and-launch-wiki set-owner-name