Skip to content

Commit

Permalink
We do not want to seed content or users (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett authored Nov 23, 2023
1 parent 767ef04 commit c058b3d
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)

bundle exec rake db:prepare db:seed
bundle exec rake db:prepare

# Start the application
bundle exec rails s -b 0.0.0.0

0 comments on commit c058b3d

Please sign in to comment.