From 4717c93223a505a065596a0edb741fe09938bdc1 Mon Sep 17 00:00:00 2001 From: yystopf Date: Fri, 24 Nov 2023 14:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9Adockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d894469..2e42d82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM golang:alpine as build +ENV GOPROXY https://goproxy.cn WORKDIR /app @@ -17,4 +18,4 @@ VOLUME ["/data"] ENTRYPOINT ["/usr/bin/entrypoint"] CMD ["/bin/s6-svscan", "/etc/s6"] -COPY --from=build /app/gitea_hat /user/local/bin/gitea +COPY --from=build /app/gitea_hat /usr/local/bin/gitea