Изменил докер
This commit is contained in:
parent
4849636646
commit
6e3ad02e6b
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ RUN apt-get update \
|
|||
COPY requirements.txt .
|
||||
|
||||
RUN pip config set global.trusted-host "pypi.python.org pypi.org files.pythonhosted.org" && \
|
||||
pip install --upgrade pip setuptools \
|
||||
pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
|
|
@ -13,7 +13,6 @@ RUN apt-get update \
|
|||
COPY requirements.txt .
|
||||
|
||||
RUN pip config set global.trusted-host "pypi.python.org pypi.org files.pythonhosted.org" && \
|
||||
pip install --upgrade pip setuptools \
|
||||
pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Reference in a new issue