This repository has been archived on 2020-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker.jekyll.4/makefile
T
Luke Murphy a260f1935e
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