Skip to content

Commit e073b85

Browse files
committed
fix: Dependencies libraries TFO-MCP
1 parent 257d22a commit e073b85

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ RUN apk add --no-cache git ca-certificates tzdata
1212
# Set working directory
1313
WORKDIR /build
1414

15-
# Copy go mod files
16-
COPY go.mod go.sum ./
17-
1815
# Set GOPRIVATE to bypass checksum database for telemetryflow SDK
1916
ENV GOPRIVATE=github.com/telemetryflow/*
2017

21-
# Download dependencies
22-
RUN go mod download
23-
2418
# Copy source code
2519
COPY . .
2620

21+
# Download dependencies
22+
RUN go mod download
23+
2724
# Build arguments
2825
ARG VERSION=1.1.2
2926
ARG COMMIT=unknown

0 commit comments

Comments
 (0)