Explorar el Código

更新 'Dockerfile'

robert hace 5 años
padre
commit
5fef5ca3f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \
    && ls -l /root
     
-CMD "python /root/flask_zbx_tools/service.py"
+CMD "/usr/bin/python /root/flask_zbx_tools/service.py"