Files
romm/docker/init_back
2023-03-17 09:43:32 +01:00

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