mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
source ari-lt.env pre-cd
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
f98ceb27ea
commit
8cbd47b566
1 changed files with 1 additions and 2 deletions
3
run.sh
3
run.sh
|
@ -6,10 +6,9 @@ main() {
|
|||
kill -9 $(pgrep python3) || true
|
||||
kill -9 $(pgrep gunicorn) || true
|
||||
|
||||
source ari-lt.env
|
||||
cd src
|
||||
python3 -m pip install gunicorn
|
||||
|
||||
source ari-lt.env
|
||||
python3 -m gunicorn -b 127.0.0.1:17312 -w 1 main:app &
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue