CirculartextAI2 / entrypoint.sh
circulartext's picture
Create entrypoint.sh
86fcc44 verified
raw
history blame
No virus
166 Bytes
#!/bin/bash
# Any setup or configuration steps before running the main application
# ...
# Run the main application
exec uvicorn app:app --host 0.0.0.0 --port 7860