feat: jinja template for cards

This commit is contained in:
2026-07-14 16:18:01 +02:00
parent 34fadcf6f6
commit f229b42dbc
12 changed files with 89 additions and 105 deletions
+2
View File
@@ -17,6 +17,8 @@ WORKDIR /app
COPY uv.lock pyproject.toml ./
COPY app ./app/
RUN rm -rf ./app/lang
COPY resources/lang ./app/lang
RUN uv pip install . --system