We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b72dee commit 889c53bCopy full SHA for 889c53b
bin/docker-entrypoint
@@ -5,8 +5,7 @@ if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then
5
fi
6
7
if [ "${SAGITTARIUS_PREPARE_DATABASE}" == "true" ]; then
8
- bundle exec rake db:prepare
9
- FILTER=01_application_settings bundle exec rake db:seed_fu
+ bundle exec rake db:prepare db:seed_fu
10
11
12
exec "${@}"
0 commit comments