fix: use direct goproxy for docker build
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user