From 12c533c4b6c4aa0aae8c4a2ac9cfeb30cad4bbba Mon Sep 17 00:00:00 2001 From: "suguo.yao" Date: Sat, 15 Oct 2022 10:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3907f4c..6796065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ENV TZ=Asia/Shanghai \ APP_DIR=/usr/local/go_found COPY --from=builder /app/gofound ${APP_DIR}/gofound +COPY --from=builder /app/config.yaml ${APP_DIR}/config.yaml WORKDIR ${APP_DIR}