Bump CACHEBUST to v4 to force backend rebuild with migration fixes

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-13 19:13:59 +00:00
parent 85e9d2f197
commit f52e7dda7e

View File

@@ -47,7 +47,7 @@ services:
context: ./backend
dockerfile: Dockerfile
args:
CACHEBUST: "3"
CACHEBUST: "4"
restart: unless-stopped
environment:
# ── Core ─────────────────────────────────────────────
@@ -179,7 +179,7 @@ services:
context: ./backend
dockerfile: Dockerfile.ffmpeg
args:
CACHEBUST: "3"
CACHEBUST: "4"
restart: unless-stopped
environment:
ENVIRONMENT: production