From 6d28740a51d7335f4879dfb5d20d8fc9844dca18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 8 Sep 2022 16:16:02 +0800 Subject: [PATCH] =?UTF-8?q?enhance(docker):=E5=AE=B9=E5=99=A8=E5=8C=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=9B=AE=E5=BD=95=E5=8D=B7=E3=80=82?= 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 425c401..b4df38b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apk update \ ENV TZ=Asia/Shanghai RUN mkdir /app WORKDIR /app +VOLUME ["/app/log"] COPY --from=builder /app/server . COPY settings.yaml . COPY regions.csv .