mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /back
|
|
uvicorn main:app --proxy-headers --host 0.0.0.0 --port 5000 workers 4 |