Ver Fonte

更新 'Dockerfile'

robert há 5 anos atrás
pai
commit
95daf3ee1c
1 ficheiros alterados com 1 adições e 1 exclusões
  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']