правлю версию python в Dockerfile
parent
289e933ac6
commit
4645e85c51
|
|
@ -27,7 +27,7 @@ WORKDIR /code/app
|
||||||
COPY ./requirements.txt /code/requirements.txt
|
COPY ./requirements.txt /code/requirements.txt
|
||||||
COPY ./app /code/app
|
COPY ./app /code/app
|
||||||
|
|
||||||
RUN python3 -m pip install --upgrade pip
|
RUN python3.14 -m pip install --upgrade pip
|
||||||
RUN echo Y | python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
RUN echo Y | python3.14 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||||
|
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
Loading…
Reference in New Issue