mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-24 16:40:25 +00:00
Update developer.sh
This commit is contained in:
parent
ab50ebd06b
commit
c17c5c9d27
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ pip install -e $source_path
|
|||
|
||||
echo "Running the apphub"
|
||||
cd $source_path
|
||||
exec uvicorn src.main:app --reload --host 0.0.0.0 --port 8080
|
||||
exec uvicorn src.main:app --reload --host 0.0.0.0 --port 8080 --log-config /etc/supervisor/conf.d/logging_config.yaml
|
||||
|
|
Loading…
Reference in a new issue