entrypoint.sh 87 B

12345678
  1. #!/bin/bash
  2. set -e
  3. set -o pipefail
  4. chmod +x /root/flask_zbx_tools/start.sh
  5. exec "$@"