Skip to content

Commit

Permalink
Undo previous change to replant seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Oct 31, 2023
1 parent f8afcc2 commit 61454c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

eval $(printenv | sed -n "s/^\([^=]\+\)=\(.*\)$/export \1=\2/p" | sed 's/"/\\\"/g' | sed '/=/s//="/' | sed 's/$/"/' >> /etc/profile)

DISABLE_DATABASE_ENVIRONMENT_CHECK=1 bundle exec rake db:prepare db:seed:replant
bundle exec rake db:prepare db:seed

# Start the application
bundle exec rails s -b 0.0.0.0

0 comments on commit 61454c5

Please sign in to comment.