Files
snikket-web-portal/docker/entrypoint.sh
Jonas Schäfer fa700bba07 Massive code cleanup
- Avoid fighting import cycles using a factory function
- Collapse useless subpackages into simple modules
- Move flask plugins / infrastructure in own module
- Refactor how blueprints are used to localize information about
  URL routing to app factory
2021-01-17 20:11:25 +01:00

3 lines
70 B
Bash

#!/bin/sh
exec hypercorn -b "0.0.0.0:8000" 'snikket_web:create_app()'