Notter7 commited on
Commit
d8ce8a6
·
verified ·
1 Parent(s): 14ebdc0

Force frontend rebuild for export fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@
3
  # ==========================================
4
  FROM oven/bun:1-alpine AS frontend-builder
5
  WORKDIR /app
 
6
 
7
  # Monorepo — bun workspace with lockfile at repo root. Copy manifests first
8
  # so `bun install` caches independently of source edits.
 
3
  # ==========================================
4
  FROM oven/bun:1-alpine AS frontend-builder
5
  WORKDIR /app
6
+ ARG FRONTEND_CACHE_BUST=20260706-download-export-fix
7
 
8
  # Monorepo — bun workspace with lockfile at repo root. Copy manifests first
9
  # so `bun install` caches independently of source edits.