3 lines
43 B
Bash
3 lines
43 B
Bash
|
#!/bin/sh
|
||
|
uvicorn app.main:app --port 7000
|