Force Docker rebuild to recompile TypeScript with PDF routes

This commit is contained in:
fullsizemalt 2026-01-08 16:07:14 -08:00
parent 9fe6823508
commit 7c8964180c

View file

@ -13,7 +13,7 @@ COPY prisma ./prisma/
# Install dependencies (CACHE BUST: 2025-01-08) # Install dependencies (CACHE BUST: 2025-01-08)
RUN npm install && echo "Cache bust: tinypdf-plus updated with dist" RUN npm install && echo "Cache bust: tinypdf-plus updated with dist"
# Copy source # Copy source (CACHE BUST: 2025-01-08-2)
COPY . . COPY . .
# Generate Prisma Client # Generate Prisma Client