ForStream commited on
Commit
b230dc6
·
1 Parent(s): 2b50ae3

Fix: assets/ COPY 라인 제거 (PDF/PNG 미포함 → 빌드 실패 해결)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ COPY code/ /app/code/
41
  COPY api/ /app/api/
42
  # 데이터
43
  COPY data/ /app/active/ontology/
44
- COPY assets/ /app/active/
45
 
46
  # React 빌드 결과 (Stage 1)
47
  COPY --from=web-build /web/dist /app/hf_app/web/dist
 
41
  COPY api/ /app/api/
42
  # 데이터
43
  COPY data/ /app/active/ontology/
44
+ # assets/ (paper, graph png) — 나중에 LFS로 추가 예정. 지금은 다운로드 시 404 반환.
45
 
46
  # React 빌드 결과 (Stage 1)
47
  COPY --from=web-build /web/dist /app/hf_app/web/dist