mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
fix: update Dockerfile to correct chmod command for agent scripts
This commit is contained in:
parent
9b1bf7278e
commit
844957283c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache --upgrade rsync openssh-client openssl
|
|||
RUN rm -rf /var/cache/apk/*
|
||||
|
||||
COPY docker-rsync/* /bin/
|
||||
RUN chmod +x /bin/agent-* /bin/hosts-*
|
||||
RUN chmod +x /bin/agent-*
|
||||
|
||||
FROM base as build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue