Optimize Docker build with multi-stage frontend compilation
• Add frontend build stage to Dockerfile • Remove --production flag from bun install • Fix frontend asset integration
This commit is contained in:
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Build Frontend WebUI
|
||||
run: |
|
||||
cd lightrag_webui
|
||||
bun install --frozen-lockfile --production
|
||||
bun install --frozen-lockfile
|
||||
bun run build
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user