Cleaning up the repo.
This commit is contained in:
parent
f2d9b30662
commit
35506ee360
38 changed files with 381 additions and 694 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.13-slim AS builder
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml .
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir .
|
||||
COPY . .
|
||||
RUN zensical build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue