From d714287fd94bcbe44638e7d84f6d31f8df2c4926 Mon Sep 17 00:00:00 2001 From: Ben Sherriff Date: Sun, 20 Apr 2025 13:16:21 -0400 Subject: [PATCH] Removed frontend from docker-pull target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71d238e..cd397ee 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ push: ## Build and push a specific docker image (`make push f=httpd`) . docker-pull: - @docker compose --profile frontend --profile api --profile backend pull + @docker compose --profile api --profile backend pull cert: domain=$(if $(d),$(d),${NGINX_HOST}) cert: ## Generate a cert for the given domain