mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix dockerfiles
This commit is contained in:
parent
5b67848468
commit
bff46f7319
@ -3,5 +3,5 @@
|
||||
!/bun.lock
|
||||
!/tsconfig.json
|
||||
!/patches
|
||||
!/src/**.ts
|
||||
!/drizzle/**
|
||||
!/src
|
||||
!/drizzle
|
||||
|
@ -1,5 +1,5 @@
|
||||
**
|
||||
!/pyproject.toml
|
||||
!/uv.lock
|
||||
!/scanner/**.py
|
||||
!/migrations/**.sql
|
||||
!/scanner
|
||||
!/migrations
|
||||
|
@ -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 . .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user