mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-08 04:45:43 +09:00
[chore](build): remove unused GOPROXY configuration from server Dockerfile
- Eliminated redundant `GOPROXY` environment configuration step to streamline the Docker build process.
This commit is contained in:
@@ -25,8 +25,6 @@ WORKDIR /src
|
||||
COPY go.mod ./
|
||||
COPY go.sum ./
|
||||
|
||||
RUN go env -w GOPROXY=https://proxy.golang.org,direct
|
||||
|
||||
# 의존성 다운로드 (캐시 활용을 위해 소스 전체 복사 전에 실행)
|
||||
RUN go mod download
|
||||
|
||||
|
||||
Reference in New Issue
Block a user