From aedbcf12207d28bbf4b2cc1002cb18530dbf0d68 Mon Sep 17 00:00:00 2001 From: gsd Date: Thu, 12 Feb 2026 18:34:10 +0300 Subject: [PATCH] docker fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6557ec1..04de491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,6 @@ RUN python3 -m pip install -r requirements.txt COPY *.py /app COPY botExtensions/ /app/botExtensions COPY webExtensions/ /app/webExtensions +COPY entities /app/entities ENV PYTHONUNBUFFERED 1 ENTRYPOINT ["python3", "service.py"] \ No newline at end of file