build: update Dockerfile to install project with --no-editable
This commit is contained in:
parent
43632fe0ad
commit
0d0149f35d
@ -12,7 +12,7 @@ COPY alembic/ alembic/
|
||||
COPY alembic.ini .
|
||||
COPY README.md .
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --frozen --no-dev
|
||||
uv sync --frozen --no-dev --no-editable
|
||||
|
||||
|
||||
FROM python:3.12-slim-bookworm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user