Use bundle exec for migrations

[ci skip]
pull/6962/head
Oliver Günther 6 years ago
parent aaca3b7ce2
commit 32eef86c23
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      docker/entrypoint-all-in-one.sh

@ -54,7 +54,7 @@ install_plugins() {
migrate() {
pushd /usr/src/app
/etc/init.d/memcached start
rake db:migrate db:seed
bundle exec rake db:migrate db:seed db:structure:dump
/etc/init.d/memcached stop
chown app:app db/structure.sql
popd

Loading…
Cancel
Save