fix(docker): fixing exit code 137 when stopping container

This commit is contained in:
2025-12-15 19:50:29 -05:00
parent 2cc23b5ffa
commit d207f22990

View File

@@ -13,4 +13,4 @@ then
fi
# Execute the WSGI server
gunicorn --bind "${BK_HOST}:${BK_PORT}" "wsgi:application" --worker-class "gevent" --workers 1 "$@"
exec gunicorn --bind "${BK_HOST}:${BK_PORT}" "wsgi:application" --worker-class "gevent" --workers 1 "$@"