htmlpdfs / start.sh
ABDALLALSWAITI's picture
Update start.sh
04b73b3 verified
raw
history blame contribute delete
221 Bytes
#!/bin/bash
# The 'exec' command replaces the shell process with the uvicorn process,
# allowing it to properly receive signals from the container platform.
exec uvicorn app:app --host "0.0.0.0" --port "7860" --workers 1