Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 13, 2023
1 parent 8780d2e commit 8d72ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

demo-client:
build:
dockerfile: ./configs/otel-gen-client/Dockerfile
dockerfile: ./integration-tests/configs/otel-gen-client/Dockerfile
context: ..
restart: always
environment:
Expand All @@ -42,7 +42,7 @@ services:

demo-server:
build:
dockerfile: ./configs/otel-gen-server/Dockerfile
dockerfile: ./integration-tests/configs/otel-gen-server/Dockerfile
context: ..
restart: always
environment:
Expand Down

0 comments on commit 8d72ac7

Please sign in to comment.