main
Лев 2025-08-28 15:11:23 +05:00
parent 93a1476e64
commit 49296a8546
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ COPY ./app /code/app
RUN python3.11 -m pip install --upgrade pip RUN python3.11 -m pip install --upgrade pip
RUN echo Y | python3.11 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt RUN echo Y | python3.11 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
CMD ["python", "main.py"] CMD ["python", "test.py"]