From c9204d9288d4f1d6aab2c7f8979512680823c628 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Mon, 12 Sep 2022 09:41:00 +0000
Subject: [PATCH] L2SS-912: Correct docker context for ccd device

---
 docker-compose/device-ccd.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose/device-ccd.yml b/docker-compose/device-ccd.yml
index 8cbb9f345..a430b88eb 100644
--- a/docker-compose/device-ccd.yml
+++ b/docker-compose/device-ccd.yml
@@ -18,8 +18,8 @@ services:
     # build explicitly, as docker-compose does not understand a local image
     # being shared among services.
     build:
-        context: ..
-        dockerfile: docker-compose/lofar-device-base/Dockerfile
+        context: .
+        dockerfile: lofar-device-base/Dockerfile
         args:
             SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION}
     container_name: ${CONTAINER_NAME_PREFIX}device-ccd
-- 
GitLab