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