Cleaning up the repo.

This commit is contained in:
g_it 2026-02-11 17:25:29 +01:00
commit 35506ee360
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
38 changed files with 381 additions and 694 deletions

View file

@ -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