Skip to content
Snippets Groups Projects
Commit 50f4f959 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-394: Don't stop and recreate dependencies. The user will explicitly ask...

L2SS-394: Don't stop and recreate dependencies. The user will explicitly ask for that using 'make stop' if needed.
parent 4b58b31d
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ build-nocache: ## rebuild images from scratch ...@@ -138,7 +138,7 @@ build-nocache: ## rebuild images from scratch
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) build --no-cache --progress=plain $(SERVICE) $(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) build --no-cache --progress=plain $(SERVICE)
up: minimal ## start the base TANGO system and prepare all services up: minimal ## start the base TANGO system and prepare all services
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) up --no-start $(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) up --no-start --no-recreate
down: ## stop all services and tear down the system down: ## stop all services and tear down the system
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) down $(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) down
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment