move brackets and rename launcher

This commit is contained in:
2021-10-07 14:35:46 +03:00
parent 710277abae
commit cf66a0d0d0
5 changed files with 3 additions and 3 deletions

2
run.sh
View File

@@ -4,4 +4,4 @@ cd "$( dirname "$0" )" || exit
. venv/bin/activate
gunicorn --bind 0.0.0.0:18333 pub1c-rest:app
gunicorn --bind 0.0.0.0:18333 run:app