From 8780d2e2d5b357cd335dfa5177130fcc95251650 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Fri, 13 Oct 2023 19:29:46 +0200 Subject: [PATCH] wip --- integration-tests/configs/otel-gen-client/Dockerfile | 2 +- integration-tests/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/configs/otel-gen-client/Dockerfile b/integration-tests/configs/otel-gen-client/Dockerfile index aae9f646067b..139e64db178c 100644 --- a/integration-tests/configs/otel-gen-client/Dockerfile +++ b/integration-tests/configs/otel-gen-client/Dockerfile @@ -8,4 +8,4 @@ COPY ./integration-tests/configs/otel-gen-client/ ./ RUN CGO_ENABLED=0 go build -o main main.go FROM alpine:3.18 COPY --from=build /app/main /app/main -CMD ["/app/main"] +CMD ["/app/main"] \ No newline at end of file diff --git a/integration-tests/docker-compose.yaml b/integration-tests/docker-compose.yaml index 90128f2881c2..3418202c54b7 100644 --- a/integration-tests/docker-compose.yaml +++ b/integration-tests/docker-compose.yaml @@ -42,7 +42,7 @@ services: demo-server: build: - dockerfile: ./configs/otel-gen-client/Dockerfile + dockerfile: ./configs/otel-gen-server/Dockerfile context: .. restart: always environment: