81808225a30d55558a7a8f44e466a09df6216268
Dockerfile
... | ... | @@ -4,5 +4,5 @@ RUN apk add git |
4 | 4 | RUN mkdir -p ~/.ssh |
5 | 5 | RUN ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts |
6 | 6 | RUN git clone https://github.com/scottillogical/fairysecretcompendium.git |
7 | -RUN cd fairysecretcompendium |
|
7 | +WORKDIR fairysecretcompendium |
|
8 | 8 |
docker-run.sh
... | ... | @@ -1 +1 @@ |
1 | -docker run --rm -p 4567:4567 -v $(pwd):/wiki -e GOLLUMARGS="--allow-uploads uploads" fairysecretcompendium --allow-uploads |
|
1 | +docker run --rm -p 4567:4567 fairysecretcompendium |