Use SIGINT as stop signal
This commit is contained in:
@@ -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", "--"]
|
||||
|
Reference in New Issue
Block a user