include upgrade pip line
This commit is contained in:
parent
1217620769
commit
1da9487065
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN mkdir -pv /var/ttn_tracker/ssl_certs
|
||||||
|
|
||||||
WORKDIR /home/project/flask_app
|
WORKDIR /home/project/flask_app
|
||||||
COPY requirements.txt /home/project/flask_app
|
COPY requirements.txt /home/project/flask_app
|
||||||
|
RUN pip install --upgrade pip
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . /home/project/flask_app
|
COPY . /home/project/flask_app
|
||||||
|
|
Loading…
Add table
Reference in a new issue