migration commit

This commit is contained in:
2023-04-28 19:54:05 +02:00
parent acceb4f9d4
commit f87954b0c0
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
dockerBuildAndPush.sh

6
SeedSideCar.Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine:3.17
RUN apk update
RUN apk add restic nano rsync openssh
CMD [ "tail", "-f", "/dev/null" ]