unwind/scripts/server

8 lines
104 B
Text
Raw Normal View History

#!/bin/sh -eu
2021-06-21 18:54:03 +02:00
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec uvicorn --host 0.0.0.0 unwind:web_app