#!/bin/bash set -e make hf-download-all uvicorn app:app --host 0.0.0.0 --port 8000 & streamlit run main.py --server.port 8501 --server.address 0.0.0.0 --server.headless true & nginx -g "daemon off;" -c /app/nginx.conf