fix - change docker file
This commit is contained in:
@@ -14,7 +14,8 @@ ENV PYTHONUNBUFFERED 1
|
|||||||
# install dependencies
|
# install dependencies
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
COPY ./requirements.txt /app/
|
COPY ./requirements.txt /app/
|
||||||
RUN pip install -r requirements.txt
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
|
pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# copy project
|
# copy project
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
|||||||
Reference in New Issue
Block a user