Migrate to debian build
All checks were successful
continuous-integration/drone/push Build is passing

Closes #1.
This commit is contained in:
Luke Murphy
2021-02-10 13:35:55 +01:00
parent 75a602685b
commit ebc675f8ff
2 changed files with 33 additions and 140 deletions

7
makefile Normal file
View File

@ -0,0 +1,7 @@
default: push
build:
@docker build -t decentral1se/molecule:latest .
push: build
@docker push decentral1se/molecule:latest