pass
This commit is contained in:
parent
6a40773ca0
commit
e427625454
|
|
@ -11,7 +11,8 @@ RUN apt-get install -y \
|
|||
WORKDIR /app
|
||||
|
||||
ADD requirements.txt ./
|
||||
RUN pip install pip==25.0.1 && pip install -r ./requirements.txt
|
||||
RUN pip install --no-cache-dir pip==25.0.1 && \
|
||||
pip install --no-cache-dir -r ./requirements.txt
|
||||
|
||||
|
||||
FROM python-nginx AS app-files
|
||||
|
|
|
|||
Loading…
Reference in New Issue