Use SIGINT as container StopSignal
Some checks failed
deliver / deliver (push) Failing after 20s

This commit is contained in:
Paul Brinkmeier 2025-10-07 13:47:12 +02:00
parent c38574e005
commit 94ede9a168
2 changed files with 5 additions and 2 deletions

View File

@ -64,7 +64,10 @@
name = "git.pbrinkmeier.de/paul/yore";
tag = yore.version;
copyToRoot = [ pkgs.cacert ];
config.Cmd = [ "${entrypoint}/bin/run" ];
config = {
Cmd = [ "${entrypoint}/bin/run" ];
StopSignal = "SIGINT";
};
};
entrypoint = pkgs.writeShellApplication {

View File

@ -1,7 +1,7 @@
cabal-version: 3.4
name: yore
version: 0.0.4
version: 0.0.5
author: Paul Brinkmeier
maintainer: hallo@pbrinkmeier.de
copyright: 2023 Paul Brinkmeier