feat: Delete http_api_reference.md from api folder #1102 (#3121)

### What problem does this PR solve?

feat: Delete http_api_reference.md from  api folder #1102

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-10-31 11:14:11 +08:00
committed by GitHub
parent 578f70817e
commit fa1b873280
5 changed files with 6 additions and 2113 deletions

View File

@ -48,7 +48,7 @@ RUN --mount=type=cache,id=ragflow_builder_apt,target=/var/cache/apt,sharing=lock
rm -rf /var/lib/apt/lists/*
COPY web web
COPY api api
COPY docs docs
RUN --mount=type=cache,id=ragflow_builder_npm,target=/root/.npm,sharing=locked \
cd web && npm i --force && npm run build