4 lines
90 B
Bash
Executable file
4 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
bash env_vars.sh
|
|
source .env.override
|
|
uvicorn app:app --host 0.0.0.0 --reload
|