diff --git a/Dockerfile b/Dockerfile index 2800197..8aeaceb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,6 @@ FROM python:3.12-slim-bookworm # Install uv COPY --from=ghcr.io/astral-sh/uv:0.3.3 /uv /bin/uv -# Install the project with intermediate layers -ADD .dockerignore . - # First, install the dependencies WORKDIR /app ADD uv.lock /app/uv.lock