Изменил докер
This commit is contained in:
parent
af1f4ec7fb
commit
4849636646
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ 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
|
||||
pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ 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
|
||||
pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue