Files
aio_html_generator/entrypoint.sh
Mateusz Gruszczyński b6f96085a1 commit
2026-02-26 14:13:04 +01:00

3 lines
64 B
Bash

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