We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c601d85 commit 1ab8049Copy full SHA for 1ab8049
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /vcluster
8
COPY go.mod go.sum ./
9
10
# Install dependencies
11
-RUN go mod vendor
+RUN go mod download
12
13
# Copy the sources
14
COPY main.go pkg ./
0 commit comments