Copy the full contents for Docker build

This commit is contained in:
g_it 2026-02-16 12:59:03 +01:00
commit 7ea7285bc4

View file

@ -1,6 +1,6 @@
FROM python:3.13-slim AS builder
WORKDIR /app
COPY requirements.txt .
COPY . .
RUN pip install --no-cache-dir -r ./requirements.txt
RUN zensical build