Follow convention
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-05-01 08:42:06 +02:00
parent a260f1935e
commit 37f7076a8f

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
build:
@docker build -t decentral1se/jekyll:4 .
push:
@docker push decentral1se/jekyll:4