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