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

This commit is contained in:
urec56 2024-08-19 21:18:53 +04:00
parent af1f4ec7fb
commit 4849636646
2 changed files with 2 additions and 2 deletions

View file

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

View file

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