浏览代码

更新 'entrypoint.sh'

robert 5 年之前
父节点
当前提交
59c4b6d509
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -3,6 +3,6 @@
 set -e
 set -o pipefail
 
-chmod +x /root/flask_zbx_tools/start.sh
+chmod +x /app/soft/flask_zbx_tools/start.sh
 
 exec "$@"