mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
add run.sh
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
1a97f34452
commit
0a9d662db7
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -8,7 +8,7 @@ main() {
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
python3 -m pip install gunicorn
|
python3 -m pip install gunicorn
|
||||||
python3 -m gunicorn -b 127.0.0.1:8000 -w "$(nproc --all)" main:app &
|
python3 -m gunicorn -b 127.0.0.1:17312 -w "$(nproc --all)" main:app &
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue