Skip to content

Commit

Permalink
Add necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Oct 9, 2024
1 parent 6c30e7a commit 1d42a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/build_and_push_base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ RUN npm install \
&& rm -rf /tmp/src/frontend

WORKDIR /app/src/backend/base
ADD ./uv.lock /app/src/backend/base/uv.lock
ADD ./src/backend/base/pyproject.toml /app/src/backend/base/pyproject.toml
ADD ./src/backend/base/README.md /app/src/backend/base/README.md
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-dev --no-editable

Expand Down

0 comments on commit 1d42a79

Please sign in to comment.