Add exec in entrypoint
All checks were successful
deliver / deliver (push) Successful in 2m5s

This commit is contained in:
Paul Brinkmeier 2025-10-07 13:15:23 +02:00
parent 700d53fbb0
commit af2c420337
2 changed files with 3 additions and 2 deletions

View File

@ -76,7 +76,8 @@
cd /workspace cd /workspace
dbmate up dbmate up
yore # Replace bash and inherit PID 1
exec yore
''; '';
}; };
in { in {

View File

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