feat: jinja template for cards
Python Lint CI / ruff (push) Successful in 1m13s
Python Lint CI / ty (push) Successful in 1m23s
Python Lint CI / ruff-format-check (push) Successful in 1m23s
TS Lint / Oxlint (push) Failing after 2m17s
TS Lint / ESLint (push) Successful in 3m0s
TS Lint / TypeScript (push) Successful in 2m47s
Docker Build / build (push) Successful in 6m4s
Python Lint CI / ruff (push) Successful in 1m13s
Python Lint CI / ty (push) Successful in 1m23s
Python Lint CI / ruff-format-check (push) Successful in 1m23s
TS Lint / Oxlint (push) Failing after 2m17s
TS Lint / ESLint (push) Successful in 3m0s
TS Lint / TypeScript (push) Successful in 2m47s
Docker Build / build (push) Successful in 6m4s
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