5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
|
|
#!/bin/bash
|
|
|
|
alembic -c alembic/alembic.ini upgrade head
|
|
uvicorn main:app --host $API_HOST --port $API_PORT |