Updated dockerfile

This commit is contained in:
2026-05-29 18:52:50 -04:00
parent 690f02a459
commit 06f715a4da
-2
View File
@@ -21,8 +21,6 @@ ENV GOPRIVATE=git.kundeng.us
# Copy go mod and sum files
COPY go.mod go.sum ./
# RUN --mount=type=ssh mkdir src && \
# go mod download
RUN --mount=type=ssh \
go mod download