migration commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
dockerBuildAndPush.sh
|
||||
6
SeedSideCar.Dockerfile
Normal file
6
SeedSideCar.Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.17
|
||||
|
||||
RUN apk update
|
||||
RUN apk add restic nano rsync openssh
|
||||
|
||||
CMD [ "tail", "-f", "/dev/null" ]
|
||||
Reference in New Issue
Block a user