add initial source

This commit is contained in:
Frederik Ring
2021-04-02 13:59:47 +02:00
parent a2fd22f300
commit a726bdecd4
7 changed files with 215 additions and 1 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
.PHONY: build
build:
@docker build -t offen/docker-volume-backup:latest .