Skip to content

Commit

Permalink
Add dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Oct 8, 2024
1 parent 29fe2cf commit b538a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_and_push_base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=src/backend/base/README.md,target=src/backend/base/README.md \
--mount=type=bind,source=src/backend/base/pyproject.toml,target=src/backend/base/pyproject.toml \
uv sync --no-install-project --no-dev --no-editable
uv sync --directory src/backend/base --no-install-project --no-dev --no-editable

ADD ./src /app/src

Expand Down

0 comments on commit b538a85

Please sign in to comment.