Dockerfile
... ...
@@ -3,6 +3,5 @@ USER root
3 3
RUN apk add git
4 4
RUN mkdir -p ~/.ssh
5 5
RUN ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
6
-RUN git clone https://github.com/scottillogical/fairysecretcompendium.git
7
-WORKDIR fairysecretcompendium
6
+RUN git clone https://github.com/scottillogical/fairysecretcompendium.git .
8 7