From 7c8964180c4c546eda13269844616ba997d1075b Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:07:14 -0800 Subject: [PATCH] Force Docker rebuild to recompile TypeScript with PDF routes --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index ecc2c44..c2db526 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -13,7 +13,7 @@ COPY prisma ./prisma/ # Install dependencies (CACHE BUST: 2025-01-08) RUN npm install && echo "Cache bust: tinypdf-plus updated with dist" -# Copy source +# Copy source (CACHE BUST: 2025-01-08-2) COPY . . # Generate Prisma Client