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"]