test
Some checks failed
/ debug (push) Failing after 28s

This commit is contained in:
lubiana 2024-12-14 20:00:27 +01:00
parent efeae4eca7
commit cac5a65a14
4 changed files with 2 additions and 0 deletions

View file

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