From 769643a642c6161c72459cbdbdf5f687a54181af Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Sat, 1 Apr 2017 01:16:30 +0200 Subject: [PATCH] Remove MySQL config file again as soon as possible --- docker/init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/init.sh b/docker/init.sh index 4d71ec77..be418b9e 100644 --- a/docker/init.sh +++ b/docker/init.sh @@ -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