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

L2SS-286: Supply network configuration when building lofar-device-base....

L2SS-286: Supply network configuration when building lofar-device-base. Networks.yml is present on the other command lines as it comes along with the *.yml filter.
parent d1db0a4d
No related branches found
No related tags found
1 merge request!67L2SS-286: Supply network configuration when building lofar-device-base....
...@@ -114,7 +114,7 @@ pull: ## pull the images from the Docker hub ...@@ -114,7 +114,7 @@ pull: ## pull the images from the Docker hub
build: ## rebuild images build: ## rebuild images
# docker-compose does not support build dependencies, so manage those here # docker-compose does not support build dependencies, so manage those here
$(DOCKER_COMPOSE_ARGS) docker-compose -f lofar-device-base.yml build $(DOCKER_COMPOSE_ARGS) docker-compose -f lofar-device-base.yml -f networks.yml build
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) build $(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) build
up: minimal ## start the base TANGO system and prepare all services up: minimal ## start the base TANGO system and prepare all services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment