nginx-certbot/Makefile

8 lines
159 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-letsencrypt-cron .
2017-01-02 05:34:59 +00:00
push:
2017-01-01 20:58:42 +00:00
docker push staticfloat/docker-letsencrypt-cron