fix: favicon load on start

This commit is contained in:
2026-04-13 00:13:03 +02:00
parent a439a5a859
commit 39f3864343
6 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ COPY uv.lock pyproject.toml ./
RUN uv sync --no-dev
COPY main.py ./
COPY main.py favicon.ico ./
COPY src ./src/
ENTRYPOINT [ "uv", "run", "--no-sync", "main.py"]