mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-06-18 23:03:01 -06:00
Remove .sh ext
This commit is contained in:
parent
539d248dc2
commit
8a8eb3a7f3
6 changed files with 34 additions and 3 deletions
|
@ -9,7 +9,7 @@ RUN rm -rf /var/cache/apk/*
|
|||
RUN mkdir ~/.ssh
|
||||
|
||||
# Copy in our executables.
|
||||
COPY agent-start.sh /bin/agent-start
|
||||
COPY agent-add.sh /bin/agent-add
|
||||
COPY agent-stop.sh /bin/agent-stop
|
||||
COPY agent-start /bin/agent-start
|
||||
COPY agent-add /bin/agent-add
|
||||
COPY agent-stop /bin/agent-stop
|
||||
RUN chmod +x /bin/agent-start /bin/agent-stop /bin/agent-add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue