fix certbot version

This commit is contained in:
qo-op
2023-01-09 20:13:24 +00:00
parent e89e552227
commit 5b6084aad6
6 changed files with 31 additions and 19 deletions
+1
View File
@@ -221,6 +221,7 @@ docker-run:
# target docker-run-%: Call docker-run with image % and command ARGS
.PHONY: docker-run-%
docker-run-%: DOCKER_RUN_OPTIONS += -it
docker-run-%: docker-build-%
$(eval command := $(ARGS))
$(eval path := $(patsubst %/,%,$*))