Add makefile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-06-03 21:09:31 +02:00
parent 4b4fea83f6
commit eb5b13ef88

7
makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: build push
build:
@docker build -t decentral1se/drone-abra .
push: build
@docker push decentral1se/drone-abra