5 lines
59 B
Bash
5 lines
59 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Run the server
|
||
|
|
uvicorn main:app --port 8000
|