From 385c04ff989ba97f6437cc9ce76054f5d4fa14a5 Mon Sep 17 00:00:00 2001 From: Ben Sherriff Date: Tue, 15 Apr 2025 23:00:55 -0400 Subject: [PATCH] Add push make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d84ad46..71d238e 100644 --- a/Makefile +++ b/Makefile @@ -122,6 +122,9 @@ push: ## Build and push a specific docker image (`make push f=httpd`) --build-arg VCS_REF=$$(git rev-parse HEAD) \ . +docker-pull: + @docker compose --profile frontend --profile api --profile backend pull + cert: domain=$(if $(d),$(d),${NGINX_HOST}) cert: ## Generate a cert for the given domain ./scripts/generate_cert.sh ${domain}