Skip to content

Commit 1ab8049

Browse files
committed
cleanup Dockerfile
1 parent c601d85 commit 1ab8049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /vcluster
88
COPY go.mod go.sum ./
99

1010
# Install dependencies
11-
RUN go mod vendor
11+
RUN go mod download
1212

1313
# Copy the sources
1414
COPY main.go pkg ./

0 commit comments

Comments
 (0)