From fd566d3cb26502be3ea42dc07841540f1bd5aa06 Mon Sep 17 00:00:00 2001 From: Simon <9017681+simon-ding@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:52:14 +0800 Subject: [PATCH] remove go proxy --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b1ccd7..e60b551 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM golang:1.23 as builder # 启用go module -ENV GO111MODULE=on \ - GOPROXY=https://goproxy.cn,direct +ENV GO111MODULE=on + #GOPROXY=https://goproxy.cn,direct WORKDIR /app @@ -32,4 +32,4 @@ RUN chmod +x /app/entrypoint.sh VOLUME /app/data EXPOSE 8080 -ENTRYPOINT ["tini","./entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["tini","./entrypoint.sh"]