Изменил докер

This commit is contained in:
urec56 2024-08-19 21:20:11 +04:00
parent 4849636646
commit 6e3ad02e6b
2 changed files with 0 additions and 2 deletions

View file

@ -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 . .

View file

@ -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 . .