Explorar o código

中海财富中心

李莎 %!s(int64=2) %!d(string=hai) anos
pai
achega
5a55c3b4b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]