fix - change requirement from app to root path

This commit is contained in:
2025-11-18 12:10:53 +03:30
parent 72c9f3ada6
commit 6c469ab08a

View File

@@ -13,7 +13,7 @@ ENV PYTHONUNBUFFERED 1
# install dependencies
RUN pip install --upgrade pip
COPY ./requirements.txt /app/
COPY ./requirements.txt .
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --no-cache-dir -r requirements.txt