parent
8870400a6e
commit
676be4a4fe
@ -1,4 +1,8 @@
|
||||
#! /bin/sh
|
||||
if ! command -v python && command -v python3 ; then
|
||||
alias python='python3'
|
||||
fi
|
||||
|
||||
function run {
|
||||
gunicorn --bind 0.0.0.0:${PORT:-8000} --preload --access-logfile - morss
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user