Przeglądaj źródła

中海财富中心

李莎 2 lat temu
rodzic
commit
5a55c3b4b6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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