Files
romm/docker/init_scripts/init_back
2023-05-11 02:27:45 +02:00

4 lines
117 B
Bash
Executable File

#!/bin/bash
cd /back
alembic upgrade head && uvicorn main:app --proxy-headers --host 0.0.0.0 --port 5000 --workers 2