unwind/scripts/server

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
117 B
Text
Raw Normal View History

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