diff --git a/Dockerfile b/Dockerfile index 59efc20..0aaf310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,9 @@ RUN uv pip install --system -r requirements.txt # Install Playwright browser binaries (system deps already handled above) RUN python -m playwright install chromium +# Copy .env +COPY .env.example .env + # Copy application source COPY . .