Skip to content

Commit 8b32259

Browse files
committed
update
1 parent a76d17c commit 8b32259

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ COPY ui/ ./ui/
3838
# Build UI
3939
WORKDIR /app/ui
4040

41+
RUN bun run generate:ui
42+
4143
# Build UI for standalone deployment
4244
RUN bun run build
4345

Dockerfile.mono

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ COPY scripts/ ./scripts/
2020
# Install dependencies for all workspaces
2121
RUN bun install --frozen-lockfile
2222

23+
RUN bun run generate:ui
2324
# Use the mono build script which handles:
2425
# - Building UI with correct VITE_BASE=/webapp/
2526
# - Copying UI dist to backend/public/webapp/

0 commit comments

Comments
 (0)