Первое использование нового образа oracle
parent
b7f46dc99f
commit
dba6376905
|
|
@ -7,5 +7,5 @@ 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.11 -m pip install --upgrade pip
|
RUN python3.10 -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.10 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||||
Loading…
Reference in New Issue