Remove MySQL config file again as soon as possible

This commit is contained in:
TheAssassin 2017-04-01 01:16:30 +02:00 committed by Hernán Schmidt
parent 28d9ac9b1f
commit 769643a642

View file

@ -38,6 +38,8 @@ fi
echo ">>> Upgrading database..."
dockerize -wait tcp://$DATABASE_HOST:$DATABASE_PORT -timeout 60s bundle exec rake db:migrate
rm .my.cnf
echo ">>> Precompiling assets..."
bundle exec rake assets:precompile