Dockerfile
... ...
@@ -5,3 +5,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 7
8
+CMD ["--no-edit"]