Compare commits
1 Commits
main
...
0.13.0-app
Author | SHA1 | Date | |
---|---|---|---|
29980517f6 |
@ -6,7 +6,7 @@ RUN useradd --create-home app \
|
|||||||
jq \
|
jq \
|
||||||
git
|
git
|
||||||
WORKDIR /home/app
|
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 "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 ./
|
||||||
|
Reference in New Issue
Block a user