Update developer.sh

This commit is contained in:
赵璟 2024-10-15 11:03:52 +08:00 committed by GitHub
parent ab50ebd06b
commit c17c5c9d27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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