diff --git a/implementations/hotchocolate/docker-compose.yaml b/implementations/hotchocolate/docker-compose.yaml index 77b0fb3db..de0c32a8b 100644 --- a/implementations/hotchocolate/docker-compose.yaml +++ b/implementations/hotchocolate/docker-compose.yaml @@ -2,7 +2,6 @@ services: products: # must be relative to the root of the project build: - context: . - dockerfile: ./compatibility/dockerfile + build: implementations/hotchocolate ports: - 4001:4001