This commit is contained in:
decentral1se
2021-04-23 10:33:58 +02:00
commit 8d8f355a57
7 changed files with 760 additions and 0 deletions

10
makefile Normal file
View File

@ -0,0 +1,10 @@
default: build
build:
@docker build -t decentral1se/lumbung.space .
push:
@docker push decentral1se/lumbung.space:latest
run:
@docker run -p 8000:8000 -ti decentral1se/lumbung.space:latest