main
korotkov 2025-08-28 15:52:52 +05:00
parent 50614471e8
commit a8d6837c01
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", "test.py"] CMD ["python", "main.py"]