3 lines
71 B
Bash
Executable file
3 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
uvicorn app:app --host 0.0.0.0 --port $LISTEN_PORT --reload
|