Fix dockerfiles

This commit is contained in:
2025-05-18 21:51:58 +02:00
parent 095d309bb6
commit 1747454845
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -3,5 +3,5 @@
!/bun.lock
!/tsconfig.json
!/patches
!/src/**.ts
!/drizzle/**
!/src
!/drizzle
+2 -2
View File
@@ -1,5 +1,5 @@
**
!/pyproject.toml
!/uv.lock
!/scanner/**.py
!/migrations/**.sql
!/scanner
!/migrations
+1
View File
@@ -7,6 +7,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv,source=/uv,target=/bin/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
uv sync --locked
ENV PATH="/app/.venv/bin:$PATH"
COPY . .