run 124 B

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