Update Dockerfile
This commit is contained in:
parent
5749edc720
commit
a5741efd13
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ RUN groupadd -r app && useradd -r -d /app -g app app
|
|||
COPY pyproject.toml uv.lock ./
|
||||
|
||||
# Install dependencies first (better layer caching)
|
||||
RUN --mount=type=cache,id=uv,target=/root/.cache/uv \
|
||||
RUN --mount=type=cache,id=/root/.cache/uv,target=/root/.cache/uv \
|
||||
uv sync --frozen --no-dev
|
||||
|
||||
# Copy application code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue