Fixing admin user creation in docker

Added db:seed in order to have the deleted user, and be able to have an admin user.
This commit is contained in:
Jesús 2017-11-24 21:41:08 +01:00 committed by GitHub
parent 8442eb813f
commit cf3aeda1d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,9 @@ fi
echo ">>> Upgrading database..."
bundle exec rake db:migrate
echo ">>> Seed database..."
bundle exec rake db:seed
rm .my.cnf
echo ">>> Precompiling assets..."