feat: jinja template for cards
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user