Initial commit

This commit is contained in:
Rich
2023-01-06 10:20:48 +00:00
commit 4d9ebc4684
14 changed files with 1538 additions and 0 deletions

7
dante/Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: build
build:
@docker build --tag=dante .
no-cache:
@docker build --no-cache --tag=dante .