3M/run.sh
2024-07-29 04:07:17 +00:00

3 lines
84 B
Bash
Executable file

#!/bin/sh
alembic upgrade head
uvicorn --reload main:app --port 8001 --host 0.0.0.0