Initial commit
This commit is contained in:
7
dante/Makefile
Normal file
7
dante/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: build
|
||||
|
||||
build:
|
||||
@docker build --tag=dante .
|
||||
|
||||
no-cache:
|
||||
@docker build --no-cache --tag=dante .
|
||||
Reference in New Issue
Block a user