Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 13, 2023
1 parent 1acde2c commit ed916b2
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 @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.21 as build
WORKDIR /app/
COPY ../../../go.mod .../../../go.sum ./
COPY ../go.mod ../go.sum ./
RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -o main main.go
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/configs/otel-gen-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.21 as build
WORKDIR /app/
COPY ../../../go.mod ../../../go.sum ./
COPY ../go.mod ../go.sum ./
RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -o main main.go
Expand Down

0 comments on commit ed916b2

Please sign in to comment.