mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
4 lines
117 B
Bash
Executable File
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 |