mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
fix: use exec in entrypoints to ensure bundler receives signals
This commit is contained in:
parent
699504f4e9
commit
8bfce7ccb6
2 changed files with 2 additions and 2 deletions
|
|
@ -33,4 +33,4 @@ done
|
|||
echo "✅ PostgreSQL is ready!"
|
||||
|
||||
# run sidekiq
|
||||
bundle exec sidekiq
|
||||
exec bundle exec sidekiq
|
||||
|
|
|
|||
|
|
@ -75,4 +75,4 @@ echo "Running seeds..."
|
|||
bundle exec rails db:seed
|
||||
|
||||
# run passed commands
|
||||
bundle exec ${@}
|
||||
exec bundle exec "${@}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue