Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/run.sh
blob: 6fb7ee35d8f8d7837b9a52522b3395a2c43166e5 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash

set -o errexit -o nounset -o pipefail

cd /usr/src
exec python3 -m cgitize.main "$@"