diff --git a/Containerfile b/Containerfile index 7203e1b..4843f8a 100644 --- a/Containerfile +++ b/Containerfile @@ -7,9 +7,6 @@ WORKDIR /app # Copy go.mod and go.sum files COPY go.mod go.sum ./ -# Download dependencies -RUN --mount=type=secret,id=netrc,dst=/root/.netrc go mod download - # Copy the entire project COPY . .