mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-09 19:20:46 +08:00
remove go proxy
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user