3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
bash env_vars.sh
|
|
uvicorn app:app --host 0.0.0.0 --reload
|