Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kaadan
/
subul
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
subul
/
backend
/
start.sh
Kaadan
fix docker injection
18e5c97
25 days ago
raw
Copy download link
history
blame
contribute
delete
177 Bytes
#!/bin/bash
# Run database migrations
echo
"Running database migrations..."
alembic upgrade
head
# Start the application
echo
"Starting the application..."
exec
python main.py