fix dockerfile
This commit is contained in:
parent
373aa8f6c2
commit
682fc7422c
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue