Зависимосты вынесены из-под src

This commit is contained in:
Григорич 2023-06-05 15:53:30 +03:00
parent 9849425faa
commit 1ae48de4d5
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /opt/app
ENV PYTHONPATH '/opt/app' ENV PYTHONPATH '/opt/app'
COPY src/requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN python -m pip install --no-cache-dir --upgrade pip \ RUN python -m pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir -r requirements.txt