fix: use direct goproxy for docker build

This commit is contained in:
2026-05-01 15:02:32 +02:00
parent ebc4ea19bc
commit 81125dfd15

View File

@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y ca-certificates sqlite3 curl unzip && r
RUN curl -fsSL https://bun.sh/install | bash RUN curl -fsSL https://bun.sh/install | bash
ENV PATH="/root/.bun/bin:${PATH}" ENV PATH="/root/.bun/bin:${PATH}"
ENV GOPROXY=direct
COPY go.mod go.sum ./ COPY go.mod go.sum ./
RUN go mod download RUN go mod download