Browse Source

中海财富中心

李莎 2 years ago
parent
commit
9f84b08168
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,6 +4,6 @@ FROM python:3.7.15-slim
 WORKDIR ./sensor_alarm
 ADD . .
 
-RUN pip install -r requirements.txt
+RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt
 
 CMD ["python", "-u","./main.py"]