This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
docker.jekyll.4/makefile
Luke Murphy a260f1935e
All checks were successful
continuous-integration/drone/push Build is passing
Add makefile targets
2020-04-06 12:57:05 +02:00

6 lines
92 B
Makefile

build:
@docker build -t decentral1se/jekyll:4 .
push:
@docker push decentral1se/jekyll:4