mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-02-02 18:28:46 +08:00
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/bash
|
|
set -o allexport
|
|
set +o allexport
|
|
exec uvicorn main:app --reload --host 0.0.0.0 --port 7777 &
|
|
exec python background_task.py |