Skip to content

Commit 889c53b

Browse files
committed
Remove seeder filter
1 parent 1b72dee commit 889c53b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/docker-entrypoint

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then
55
fi
66

77
if [ "${SAGITTARIUS_PREPARE_DATABASE}" == "true" ]; then
8-
bundle exec rake db:prepare
9-
FILTER=01_application_settings bundle exec rake db:seed_fu
8+
bundle exec rake db:prepare db:seed_fu
109
fi
1110

1211
exec "${@}"

0 commit comments

Comments
 (0)