Force Docker rebuild to recompile TypeScript with PDF routes
This commit is contained in:
parent
9fe6823508
commit
7c8964180c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue