This commit is contained in:
lubiana 2024-12-12 02:25:31 +01:00
parent 4a197eed1d
commit 21973975f4
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 6 additions and 4 deletions

View file

@ -5,6 +5,6 @@ RUN apk add --no-cache \
rsync
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoints.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]