fix: properly expose and probe HTTP port for FastAPI

This commit is contained in:
remsky 2025-01-14 07:17:57 -07:00
parent 6fe35ac0ed
commit ef12a9c05f

View file

@ -67,6 +67,7 @@ jobs:
--include-shell \
--include-exe=python3,python3.10,espeak-ng \
--exclude-mounts=false \
--expose=8880 \
--http-probe=true \
--http-probe-ports=8880
@ -105,6 +106,7 @@ jobs:
--include-shell \
--include-exe=python3,python3.10,espeak-ng \
--exclude-mounts=false \
--expose=8880 \
--http-probe=true \
--http-probe-ports=8880