EOX GitLab Instance

Skip to content

Use `exec` instead of `eval` in entrypoint

Bernhard Mallinger requested to merge exec-instead-of-eval-in-entrypoint into main

This way, gunicorn replaces the initial bash process and receives signals, such that it terminates quickly on SIGTERM.

Merge request reports