소스 검색

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

yangkaixiang 3 주 전
부모
커밋
ad9a2bbc42
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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
 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