There was an error while loading. Please reload this page.
1 parent a76d17c commit 8b32259Copy full SHA for 8b32259
2 files changed
Dockerfile
@@ -38,6 +38,8 @@ COPY ui/ ./ui/
38
# Build UI
39
WORKDIR /app/ui
40
41
+RUN bun run generate:ui
42
+
43
# Build UI for standalone deployment
44
RUN bun run build
45
Dockerfile.mono
@@ -20,6 +20,7 @@ COPY scripts/ ./scripts/
20
# Install dependencies for all workspaces
21
RUN bun install --frozen-lockfile
22
23
24
# Use the mono build script which handles:
25
# - Building UI with correct VITE_BASE=/webapp/
26
# - Copying UI dist to backend/public/webapp/
0 commit comments