diff --git a/Dockerfile b/Dockerfile index 2a6d486..ffebae7 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM python:3.13-slim AS builder WORKDIR /app COPY requirements.txt . -RUN pip install --no-cache-dir . -COPY . . +RUN pip install --no-cache-dir ./requirements.txt RUN zensical build FROM caddy:alpine