update pip along with requirements
This commit is contained in:
@@ -2,6 +2,7 @@ FROM python:3.10-alpine
|
|||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
WORKDIR /code/
|
WORKDIR /code/
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir --requirement requirements.txt
|
RUN pip install --upgrade pip && \
|
||||||
|
pip install --no-cache-dir --requirement requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user