#!/bin/bash

python -c "import webbrowser; webbrowser.open('http://localhost:8080')" &
docker compose up
