From e2d2fcfd265252e16132d0c21f1061c51d1a3799 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 2 May 2024 15:57:52 +0800 Subject: [PATCH] =?UTF-8?q?dockerfile=E6=B7=BB=E5=8A=A0=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E8=A1=8C?= 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 9acdc20..8ff95e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN apk --no-cache add tzdata ENV TZ=Asia/Shanghai COPY ai-week /usr/local/bin RUN chmod +x /usr/local/bin/ai-week -ENTRYPOINT ["ai-week"] \ No newline at end of file +ENTRYPOINT ["ai-week"] +CMD ["--livemode"] \ No newline at end of file