5 lines
No EOL
137 B
Bash
5 lines
No EOL
137 B
Bash
#!/usr/bin/bash
|
|
|
|
alembic upgrade head
|
|
|
|
gunicorn app.main:app --workers 1 --worker-class uvicorn.workers.UvicornWorker --bind=0.0.0.0:8000 |