Explorar o código

refactor(Dockerfile): 移除前端构建检查步骤

yangkaixiang hai 3 semanas
pai
achega
ad9a2bbc42
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -7,9 +7,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
     uv sync --no-install-project --no-dev
     uv sync --no-install-project --no-dev
 COPY . .
 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 \
 RUN --mount=type=cache,target=/root/.cache/uv \
     uv sync --frozen --no-dev
     uv sync --frozen --no-dev