Projekt

Obecné

Profil

« Předchozí | Další » 

Revize cf4fc539

Přidáno uživatelem Stanislav Král před asi 4 roky(ů)

#8219 - Rollbacked timeout argument in pip3 install command in the gunicorn Dockerfile

Zobrazit rozdíly:

docker/gunicorn/Dockerfile
7 7

  
8 8
# upgrade pip, install gunicorn and app dependencies
9 9
RUN \
10
    pip3 install --timeout=90 --upgrade pip && \
11
    pip3 install --timeout=90 gunicorn && \
12
    pip3 install --timeout=90 --no-cache-dir -r requirements.txt
10
    pip3 install --upgrade pip && \
11
    pip3 install gunicorn && \
12
    pip3 install --no-cache-dir -r requirements.txt
13 13

  
14 14
# expose port 8000
15 15
# TODO could be loaded from env vars

Také k dispozici: Unified diff