Update Dockerfile
This commit is contained in:
parent
3efe085a92
commit
5749edc720
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 ./
|
COPY pyproject.toml uv.lock ./
|
||||||
|
|
||||||
# Install dependencies first (better layer caching)
|
# Install dependencies first (better layer caching)
|
||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN --mount=type=cache,id=uv,target=/root/.cache/uv \
|
||||||
uv sync --frozen --no-dev
|
uv sync --frozen --no-dev
|
||||||
|
|
||||||
# Copy application code
|
# Copy application code
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue