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