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