Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit ca64c98

Browse files
authored
fix: case-sentitivity of docker context paths (#33)
1 parent c7536b1 commit ca64c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
api:
33
container_name: "api"
44
build:
5-
context: ./Src
5+
context: ./src
66
dockerfile: ServiceLayer.API/Dockerfile
77
platform: linux/amd64
88
restart: always
@@ -33,7 +33,7 @@ services:
3333
mesh-ingest:
3434
container_name: "mesh-ingest"
3535
build:
36-
context: ./Src
36+
context: ./src
3737
dockerfile: ServiceLayer.MESH/Dockerfile
3838
platform: linux/amd64
3939
restart: always

0 commit comments

Comments
 (0)