You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose rm -f && docker-compose run web rails db:create && docker-compose run web bin/rails db:environment:set RAILS_ENV=development && docker-compose run web bin/rails db:migrate:reset&& docker-compose run web rails db:seed && docker-compose up