Skip to content

Commit

Permalink
build: add readme to dockerfile (langflow-ai#4105)
Browse files Browse the repository at this point in the history
Add readme to dockerfile
  • Loading branch information
jordanrfrazier authored and smatiolids committed Oct 15, 2024
1 parent 25d5ba2 commit 1b7ab23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/build_and_push.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7ab23

Please sign in to comment.