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

@@ -29,6 +29,8 @@ RUN update-locale lang=en_US.UTF-8 \
WORKDIR /home/container
STOPSIGNAL SIGINT
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]