mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
Update Dockerfile
This commit is contained in:
parent
b79ca6ec6b
commit
1228d21283
1 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@ RUN rm -rf /var/cache/apk/*
|
|||
RUN mkdir ~/.ssh
|
||||
|
||||
# Copy in our executables.
|
||||
COPY start-agent.sh /bin/start-agent
|
||||
COPY add-key.sh /bin/add-key
|
||||
RUN chmod +x /bin/add-key
|
||||
RUN chmod +x /bin/add-key /bin/start-agent
|
||||
|
|
Loading…
Reference in a new issue