entrypoint.sh 91 B

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