docker: use SIGINT as stop signal

This commit is contained in:
dece 2021-06-06 17:36:41 +02:00
parent 9ae5545516
commit ab61d807be

View file

@ -17,6 +17,7 @@ RUN useradd --uid ${UID} --gid edmond \
edmond
ENV DEBIAN_FRONTEND teletype
STOPSIGNAL SIGINT
USER edmond
ENTRYPOINT ["python", "-m", "edmond"]