4 lines
111 B
Bash
Executable file
4 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
sh env_vars.sh
|
|
source /tmp/.env.override
|
|
uvicorn app:app --host 0.0.0.0 --port $LISTEN_PORT --reload
|