run 110 B

12345678
  1. #!/bin/sh
  2. if test -f ./setup; then
  3. source ./setup
  4. fi
  5. export USER=git
  6. exec gosu $USER /app/gogs/gogs web