Skip to content

Commit

Permalink
fix: Sidekiq in Production
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMWarraich committed Jul 25, 2024
1 parent f987a81 commit aae11a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/docker-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then
./bin/rails db:prepare
fi

bundle exec sidekiq &

exec "${@}"

0 comments on commit aae11a3

Please sign in to comment.