Use SIGINT as stop signal

This commit is contained in:
Quinten
2023-08-09 19:24:33 +02:00
parent 51a6752601
commit baf272435a
40 changed files with 79 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
STOPSIGNAL SIGINT
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]