From be8b1b9999a645e4eaa230b577e86449ce6762a8 Mon Sep 17 00:00:00 2001 From: passthem Date: Tue, 30 Sep 2025 02:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=B1=95=E5=BC=80=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d0f164..60758af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY requirements.txt ./ RUN pip install -r requirements.txt --no-deps COPY bot.py ./ -COPY assets ./ -COPY scripts ./ -COPY konabot ./ +COPY assets ./assets +COPY scripts ./scripts +COPY konabot ./konabot CMD [ "python", "bot.py" ]