Explorar el Código

更新 'Dockerfile'

robert hace 5 años
padre
commit
95daf3ee1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,4 +14,4 @@ RUN yum install -y gcc python-devel unzip zip wget \
 
 
 ENTRYPOINT ["entrypoint.sh"]
-CMD ['/bin/sh','/root/flask_zbx_tools/start.sh']
+CMD ['sh /root/flask_zbx_tools/start.sh']