Skip to content
Snippets Groups Projects
Commit c9204d92 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-912: Correct docker context for ccd device

parent ff798585
No related branches found
No related tags found
2 merge requests!415Draft: Resolve L2SS-912 "Add ccd device testing",!406Resolve L2SS-912 "Add ccd device"
...@@ -18,8 +18,8 @@ services: ...@@ -18,8 +18,8 @@ services:
# build explicitly, as docker-compose does not understand a local image # build explicitly, as docker-compose does not understand a local image
# being shared among services. # being shared among services.
build: build:
context: .. context: .
dockerfile: docker-compose/lofar-device-base/Dockerfile dockerfile: lofar-device-base/Dockerfile
args: args:
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION} SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION}
container_name: ${CONTAINER_NAME_PREFIX}device-ccd container_name: ${CONTAINER_NAME_PREFIX}device-ccd
......
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