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

3 lines
77 B
Bash
Executable file

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