Remove MySQL config file again as soon as possible

This commit is contained in:
TheAssassin 2017-04-01 01:16:30 +02:00
parent 343701794f
commit 303f5def5b

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