From 6bc9f94e83de564a3cb565c8e985a7e4507dcf9a Mon Sep 17 00:00:00 2001 From: passthem Date: Tue, 30 Sep 2025 02:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=B7=E8=B4=9D=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbee787..63a9e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt ./ RUN pip install -r requirements.txt --no-deps -COPY bot.py pyproject.toml ./ +COPY bot.py pyproject.toml .env.prod .env.test ./ COPY assets ./assets COPY scripts ./scripts COPY konabot ./konabot