Makefile
This commit is contained in:
@@ -1 +1,2 @@
|
||||
creator/*
|
||||
launcher/*
|
||||
|
||||
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
default: buildall
|
||||
|
||||
VOLUME ?= cloner-test
|
||||
|
||||
|
||||
mirror:
|
||||
docker build -t valicek1/repo-cloner-mirror .
|
||||
|
||||
run-mirror: mirror
|
||||
docker run -v $(VOLUME):/data -it --rm valicek1/repo-cloner-mirror
|
||||
|
||||
Reference in New Issue
Block a user