fix dockerfile

This commit is contained in:
q 2026-03-07 16:09:44 +03:00
parent 373aa8f6c2
commit 682fc7422c

View file

@ -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"]