From 7ea7285bc4005cf519eff668330b49c1e33aae2b Mon Sep 17 00:00:00 2001 From: g_it Date: Mon, 16 Feb 2026 12:59:03 +0100 Subject: [PATCH] Copy the full contents for Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7317741..08b8633 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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