From b9c9ddb4bf47ed37a30950e5d07f8a0d31dd1b4d Mon Sep 17 00:00:00 2001 From: q Date: Sun, 22 Feb 2026 21:05:22 +0300 Subject: [PATCH] fix docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91793c1..4a22520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ENV PYTHONUNBUFFERED=1 WORKDIR /app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt -COPY main.py impact.ttf ./ +COPY main.py impact.ttf zparser.py ./ COPY maket ./maket COPY AI ./AI CMD ["python", "main.py"]