nginx-certbot/Makefile

9 lines
220 B
Makefile
Raw Normal View History

2017-01-01 20:58:42 +00:00
all: build
build: Makefile Dockerfile
docker build --squash -t staticfloat/docker-certbot-cron .
echo "Done! Use docker run staticfloat/docker-certbot-cron to run"
2017-01-01 20:58:42 +00:00
2017-01-02 05:34:59 +00:00
push:
docker push staticfloat/docker-certbot-cron