remove go proxy

This commit is contained in:
Simon
2025-03-13 13:52:14 +08:00
committed by GitHub
parent 16643d03f5
commit fd566d3cb2

View File

@@ -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"]
ENTRYPOINT ["tini","./entrypoint.sh"]