molecule-image/makefile
Luke Murphy ebc675f8ff
All checks were successful
continuous-integration/drone/push Build is passing
Migrate to debian build
Closes #1.
2021-02-10 13:35:55 +01:00

8 lines
127 B
Makefile

default: push
build:
@docker build -t decentral1se/molecule:latest .
push: build
@docker push decentral1se/molecule:latest