Files
aio_html_generator/entrypoint.sh
Mateusz Gruszczyński c57c9fd320 small fix
2026-02-26 14:19:47 +01:00

3 lines
64 B
Bash
Executable File

#!/bin/sh
exec gunicorn -w 4 -b 0.0.0.0:5000 'app:create_app()'