From e22b66240d9d20c23438875df01b91061ac48f07 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Wed, 20 Sep 2017 17:50:00 -0600 Subject: [PATCH] enabled building scoped packages & bumped version to 0.12.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 664191d..0222f18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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