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

Merge branch 'L2SS-286-fix-networks' into 'master'

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

Closes L2SS-286

See merge request !67
parents d1db0a4d 11d40f9f
Branches
Tags
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