docker: use SIGINT as stop signal
This commit is contained in:
parent
9ae5545516
commit
ab61d807be
|
@ -17,6 +17,7 @@ RUN useradd --uid ${UID} --gid edmond \
|
||||||
edmond
|
edmond
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND teletype
|
ENV DEBIAN_FRONTEND teletype
|
||||||
|
STOPSIGNAL SIGINT
|
||||||
|
|
||||||
USER edmond
|
USER edmond
|
||||||
ENTRYPOINT ["python", "-m", "edmond"]
|
ENTRYPOINT ["python", "-m", "edmond"]
|
||||||
|
|
Loading…
Reference in a new issue