include upgrade pip line

This commit is contained in:
Kyle Gabriel 2019-08-25 22:28:46 -04:00
parent 1217620769
commit 1da9487065

View file

@ -5,6 +5,7 @@ RUN mkdir -pv /var/ttn_tracker/ssl_certs
WORKDIR /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
COPY . /home/project/flask_app