From 29980517f672e9a4af79e152b038629f4f7dd97b Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Mon, 18 Dec 2017 22:53:02 -0700 Subject: [PATCH] publish experimental apparatus plugin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a46bbb..f3a6847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN useradd --create-home app \ jq \ git WORKDIR /home/app -ARG WIKI_PACKAGE=wiki@0.13.0 +ARG WIKI_PACKAGE='dobbs/wiki#apparatus' RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su app -c "mkdir .wiki" COPY configure-and-launch-wiki set-owner-name ./