Skip to content

Commit b682850

Browse files
Force Docker rebuild with cache bust for vite fix
1 parent cfc2743 commit b682850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN npm ci
55
COPY . .
66

77
# Build the project (expects a root-level build script creating dist/)
8+
# Cache bust: 2025-11-15-vite-fix
89
RUN npm run build
910

1011
FROM node:20-alpine AS runtime

0 commit comments

Comments
 (0)