From ca4df7186be4d51e2cb166f1c6d53089c4bb54ec Mon Sep 17 00:00:00 2001 From: francisco souza Date: Tue, 13 Jul 2021 09:51:50 -0400 Subject: [PATCH] examples/dotnet: make it easier to run the example locally --- examples/dotnet/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dotnet/docker-compose.yaml b/examples/dotnet/docker-compose.yaml index 8d23b17141..3ba4af6b61 100644 --- a/examples/dotnet/docker-compose.yaml +++ b/examples/dotnet/docker-compose.yaml @@ -3,7 +3,7 @@ version: "3.7" services: storage: - image: fsouza/fake-gcs-server:v1.25.1 + build: ../.. ports: - 8080:8080 - command: ["-scheme", "http", "-port", "8080", "-external-url", "http://localhost:8080", "-backend", "memory"] \ No newline at end of file + command: ["-scheme", "http", "-port", "8080", "-external-url", "http://localhost:8080", "-backend", "memory"]