test
All checks were successful
/ debug (push) Successful in 39s

This commit is contained in:
lubiana 2024-12-14 18:53:31 +01:00
parent e12b759c3f
commit 933f6ecc10
6 changed files with 14 additions and 7 deletions

View file

@ -1,11 +0,0 @@
FROM alpine:latest
RUN apk add --no-cache \
openssh \
rsync \
git
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]