mirror of
https://github.com/fosrl/newt.git
synced 2026-03-26 12:36:45 +00:00
chore: No code changes made to the Dockerfile
This commit is contained in:
@@ -11,6 +11,11 @@ WORKDIR /app
|
||||
# Copy go mod and sum files
|
||||
COPY go.mod go.sum ./
|
||||
|
||||
# Coolify specific Test - set Go proxy to direct to avoid issues
|
||||
# ENV GOSUMDB=off
|
||||
ENV GOPROXY=direct
|
||||
RUN go env | grep -E 'GOPROXY|GOSUMDB|GOPRIVATE'
|
||||
|
||||
# Download all dependencies
|
||||
RUN go mod download
|
||||
|
||||
|
||||
Reference in New Issue
Block a user