feat: invite web browser

This commit is contained in:
theo 2026-03-05 16:49:27 +00:00
parent a3af85cca1
commit 4981d63ef5
7 changed files with 186 additions and 85 deletions

View file

@ -0,0 +1,4 @@
FROM python:3.12-slim
WORKDIR /app
COPY app.py .
CMD ["python", "app.py"]