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