mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
Update Dockerfile
This commit is contained in:
parent
1228d21283
commit
5a8e0148aa
1 changed files with 3 additions and 3 deletions
|
@ -10,6 +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 /bin/start-agent
|
||||
COPY agent-start.sh /bin/agent-start
|
||||
COPY agent-add.sh /bin/agent-add
|
||||
RUN chmod +x /bin/agent-start /bin/bin/agent-add
|
||||
|
|
Loading…
Reference in a new issue