mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-13 18:51:38 -05:00
fix: use exec in entrypoints to ensure bundler receives signals
This commit is contained in:
parent
6e0a514444
commit
b75e335a54
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
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ bundle exec rake data:migrate
|
|||
# fi
|
||||
|
||||
# run passed commands
|
||||
bundle exec ${@}
|
||||
exec bundle exec "${@}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue