Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Correctly backport docker bundler fix into stable/8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 11, 2019
1 parent 9474629 commit f219236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint-all-in-one.sh
Expand Up @@ -54,7 +54,7 @@ install_plugins() {
migrate() { migrate() {
pushd /usr/src/app pushd /usr/src/app
/etc/init.d/memcached start /etc/init.d/memcached start
rake db:migrate db:seed db:structure:dump bundle exec rake db:migrate db:seed db:structure:dump
/etc/init.d/memcached stop /etc/init.d/memcached stop
chown app:app db/structure.sql chown app:app db/structure.sql
popd popd
Expand Down

0 comments on commit f219236

Please sign in to comment.