Files
aio_html_generator/entrypoint.sh
Mateusz Gruszczyński 13734e585b small
2026-02-26 15:15:46 +01:00

3 lines
104 B
Bash
Executable File

#!/bin/sh
exec gunicorn -c gunicorn.conf.py --no-control-socket -w 4 -b 0.0.0.0:5000 'app:create_app()'