3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
uvicorn main:app --host 0.0.0.0 --port 8888 --reload |