Makefile
This commit is contained in:
parent
16af776950
commit
84dd531e48
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user