Removed frontend from docker-pull target

This commit is contained in:
2025-04-20 13:16:21 -04:00
parent 4a200b3f94
commit d714287fd9

View File

@@ -123,7 +123,7 @@ push: ## Build and push a specific docker image (`make push f=httpd`)
. .
docker-pull: 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: domain=$(if $(d),$(d),${NGINX_HOST})
cert: ## Generate a cert for the given domain cert: ## Generate a cert for the given domain