Skip to content

Commit aae11a3

Browse files
committed
fix: Sidekiq in Production
1 parent f987a81 commit aae11a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/docker-entrypoint

+2
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then
55
./bin/rails db:prepare
66
fi
77

8+
bundle exec sidekiq &
9+
810
exec "${@}"

0 commit comments

Comments
 (0)