initial commit
This commit is contained in:
commit
31d5668e24
4 changed files with 59 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
image:
|
||||
docker build --pull -t localhost/archiver .
|
||||
|
||||
clean:
|
||||
docker rmi localhost/archiver
|
||||
|
||||
dump:
|
||||
mkdir -p dumps
|
||||
cd dumps && bash ../dump.sh
|
||||
|
||||
.PHONY: image clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue