This commit is contained in:
Alex George 2026-01-08 17:25:33 +00:00 committed by GitHub
commit 9d0730532d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -80,4 +80,6 @@ RUN chmod +x /usr/local/bin/sidekiq-entrypoint.sh
EXPOSE $RAILS_PORT
STOPSIGNAL SIGINT
ENTRYPOINT [ "bundle", "exec" ]

View file

@ -33,4 +33,4 @@ done
echo "✅ PostgreSQL is ready!"
# run sidekiq
bundle exec sidekiq
exec bundle exec sidekiq

View file

@ -83,4 +83,4 @@ echo "Running seeds..."
bundle exec rails db:seed
# run passed commands
bundle exec ${@}
exec bundle exec ${@}