This commit is contained in:
2023-07-14 09:37:35 +02:00
commit 355d82c611
5 changed files with 296 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache --update ca-certificates bash openssh-client rsync
COPY upload.sh /usr/local/
ENTRYPOINT ["/usr/local/upload.sh"]