Quellcode durchsuchen

更新 'Dockerfile'

robert vor 5 Jahren
Ursprung
Commit
746b4912a5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,4 +11,4 @@ RUN yum install -y gcc python-devel unzip zip wget \
    && cd /root && pip install flask && pip install flask-restful && pip install requests 
 #   && cd /root/flask_zbx_tools && /usr/bin/python service.py
     
-#CMD "cd /root/flask_zbx_tools && /usr/bin/python service.py"
+CMD ['/usr/bin/python', '/root/flask_zbx_tools/service.py']