zammad-form/entrypoint.sh

6 lines
No EOL
127 B
Bash

#!/bin/sh
gunicorn app:app \
--bind 0.0.0.0:8080 \
--chdir backend \
--access-logfile '-' \
--error-logfile '-'