run 170 B

12345678
  1. #!/bin/sh
  2. if test -f ./setup; then
  3. # shellcheck disable=SC2039,SC1091,SC3046
  4. source ./setup
  5. fi
  6. exec gosu root /usr/sbin/sshd -D -f /app/gogs/docker/sshd_config