We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f987a81 commit aae11a3Copy full SHA for aae11a3
bin/docker-entrypoint
@@ -5,4 +5,6 @@ if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then
5
./bin/rails db:prepare
6
fi
7
8
+bundle exec sidekiq &
9
+
10
exec "${@}"
0 commit comments