Skip to content

Commit

Permalink
Merge pull request #6104 from avalonmediasystem/init_ok
Browse files Browse the repository at this point in the history
Always return 0 from docker init script
  • Loading branch information
cjcolvar authored Nov 8, 2024
2 parents cfedcd5 + 71ab79d commit b3411c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ cp config/controlled_vocabulary.yml.example config/controlled_vocabulary.yml
rm -f tmp/pids/server.pid
bundle exec rake db:migrate

#Ignore any errors with db:migrate and go ahead with startup
exit 0

0 comments on commit b3411c8

Please sign in to comment.