Первое использование нового образа oracle
parent
dba6376905
commit
4c419172ce
|
|
@ -7,5 +7,5 @@ WORKDIR /code/app
|
|||
COPY ./requirements.txt /code/requirements.txt
|
||||
COPY ./app /code/app
|
||||
|
||||
RUN python3.10 -m pip install --upgrade pip
|
||||
RUN echo Y | python3.10 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN echo Y | python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
Loading…
Reference in New Issue