nginx-certbot/Makefile

8 lines
151 B
Makefile

all: build
build: Makefile Dockerfile
docker build --squash -t staticfloat/docker-certbot-cron .
push:
docker push staticfloat/docker-certbot-cron