EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 19 forks source link

Use `exec` instead of `eval` in entrypoint #537

Closed totycro closed 2 years ago

totycro commented 2 years ago

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