Spaces:
Paused
Paused
Force frontend rebuild for export fix
Browse files- 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.
|