build: add readme to dockerfile (#4105)

Add readme to dockerfile
This commit is contained in:
Jordan Frazier 2024-10-10 16:01:14 -07:00 committed by GitHub
commit d223eccdcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,7 @@ RUN --mount=type=cache,target=/root/.npm \
WORKDIR /app
ADD ./pyproject.toml /app/pyproject.toml
ADD ./uv.lock /app/uv.lock
ADD ./README.md /app/README.md
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-editable