Update Dockerfile

This commit is contained in:
JoshPiper 2020-01-02 13:11:11 +00:00 committed by GitHub
parent bbac77b3df
commit b79ca6ec6b

View file

@ -11,3 +11,4 @@ RUN mkdir ~/.ssh
# Copy in our executables. # Copy in our executables.
COPY add-key.sh /bin/add-key COPY add-key.sh /bin/add-key
RUN chmod +x /bin/add-key