From da48a94699bda5376d96862b11c29cb69210ef04 Mon Sep 17 00:00:00 2001 From: Ian Nelson Date: Thu, 29 May 2025 14:48:40 +0100 Subject: [PATCH] fix: case-sentitivity of docker context paths --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index ae785a8..bc4032d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: api: container_name: "api" build: - context: ./Src + context: ./src dockerfile: ServiceLayer.API/Dockerfile platform: linux/amd64 restart: always @@ -33,7 +33,7 @@ services: mesh-ingest: container_name: "mesh-ingest" build: - context: ./Src + context: ./src dockerfile: ServiceLayer.MESH/Dockerfile platform: linux/amd64 restart: always