3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
uvicorn --host 0.0.0.0 --port 8001 --reload middleware_starlette:app |