This commit is contained in:
Kai Vogelgesang 2020-02-05 19:47:53 +01:00
commit 19b4e6e601
2 changed files with 10 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine
RUN apk update && apk add openssl openssh
COPY backup.sh .
ENTRYPOINT ./backup.sh

3
backup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/ash
echo "backupinator :D"