Browse Source

更新 'Dockerfile'

robert 5 years ago
parent
commit
43f397efe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -20,4 +20,4 @@ RUN unzip -d /app/soft/ /app/soft/flask_zbx_tools.zip \
    && chmod +x /usr/bin/entrypoint.sh 
    && chmod +x /usr/bin/entrypoint.sh 
 
 
 ENTRYPOINT ["entrypoint.sh"]
 ENTRYPOINT ["entrypoint.sh"]
-CMD ['/app/soft/flask_zbx_tools/start.sh']
+CMD ["/app/soft/flask_zbx_tools/start.sh"]