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 0f6ec07 commit 8780d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/configs/otel-gen-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion integration-tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

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

0 comments on commit 8780d2e

Please sign in to comment.