We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Execute docker-compose run web mix ecto.drop to drop the database
docker-compose run web mix ecto.drop
Then
Execute docker-compose run setup to rebuild it.
docker-compose run setup
Yeah it ain't pretty but it works.