diff --git a/Dockerfile b/Dockerfile index 8d8e859..53f79b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,7 @@ FROM python:3.12-slim-bookworm WORKDIR /app -COPY --from=uv /root/.local /root/.local -COPY --from=uv --chown=app:app /app/.venv /app/.venv +COPY --from=uv /app/.venv /app/.venv # Place executables in the environment at the front of the path ENV PATH="/app/.venv/bin:$PATH"