From 30bdc5002427cfbba21757772dab32e1479f8a90 Mon Sep 17 00:00:00 2001 From: passthem Date: Tue, 30 Sep 2025 02:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20pyproject.toml=20=E7=BD=AE=E5=85=A5?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9B=AE=E5=BD=95?= 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 60758af..517bd3b 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 ./ +COPY bot.py pyproject.toml ./ COPY assets ./assets COPY scripts ./scripts COPY konabot ./konabot