#!/bin/bash
python -c "import webbrowser; webbrowser.open('http://localhost/docs')" &
docker-compose down --rmi all && docker-compose up
