test network

This commit is contained in:
2024-11-20 20:15:21 -06:00
parent 1fa0ee9d09
commit 9283e638ea

View File

@@ -11,8 +11,8 @@ VOLUME /app/data/icons
# Copy go.mod and go.sum files # Copy go.mod and go.sum files
COPY go.mod go.sum ./ COPY go.mod go.sum ./
ENV GOPROXY=direct RUN curl -I https://proxy.golang.org
RUN curl -I https://github.com RUN curl -I https://sum.golang.org
# Download all dependencies # Download all dependencies
RUN go mod download RUN go mod download