From 682fc7422c8ff43ce79733976c242df8ef8cfb1f Mon Sep 17 00:00:00 2001 From: q Date: Sat, 7 Mar 2026 16:09:44 +0300 Subject: [PATCH] fix dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index daf8ac8..d84e227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ RUN pip install --no-cache-dir -r requirements.txt COPY main.py config.py impact.ttf zparser.py ./ COPY maket ./maket COPY AI ./AI +COPY games ./games CMD ["python", "main.py"]