Removed frontend from docker-pull target
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user