mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
simplify perms handling
This commit is contained in:
parent
4b9899c3a0
commit
a3710d5d3e
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ RUN rm -rf /var/cache/apk/*
|
||||||
RUN mkdir ~/.ssh
|
RUN mkdir ~/.ssh
|
||||||
|
|
||||||
# Copy in our executables.
|
# Copy in our executables.
|
||||||
COPY agent-start agent-stop agent-add agent-autostart /bin/
|
COPY agent-* hosts-* /bin/
|
||||||
COPY hosts-clear hosts-add /bin/
|
|
||||||
RUN chmod +x /bin/agent-* /bin/hosts-*
|
RUN chmod +x /bin/agent-* /bin/hosts-*
|
||||||
|
|
||||||
# Prepare for known hosts.
|
# Prepare for known hosts.
|
||||||
|
|
Loading…
Reference in a new issue