|
|
@@ -7,9 +7,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
uv sync --no-install-project --no-dev
|
|
|
COPY . .
|
|
|
|
|
|
-# Frontend dist is expected to be built in CI before docker build.
|
|
|
-RUN test -f frontend/dist/index.html
|
|
|
-
|
|
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
uv sync --frozen --no-dev
|
|
|
|