From 04f4b0383f842855ea6a7572c2df47e6ba5cb653 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Tue, 27 Apr 2021 14:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86d2caa..80654e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM golang:alpine -RUN mkdir /app -COPY . /app WORKDIR /app +COPY . /app ENV GOPROXY https://mirrors.aliyun.com/goproxy VOLUME ["/app/config"] RUN go build go-fly.go