fix: ship sales tax rates with production runtime

This commit is contained in:
2026-03-16 11:25:12 -05:00
parent 1230dacfa2
commit 2f17f24b3b
2 changed files with 21 additions and 9 deletions
+3
View File
@@ -46,6 +46,9 @@ COPY --from=build /app/server ./server
# Quote PDF branding asset loaded at runtime by pdf generation
COPY logo.png ./logo.png
# Sales tax lookup data loaded by expectedSalesTax at runtime
COPY --from=build /app/src/modules/sales-utils/salesTaxRates.json ./salesTaxRates.json
# Copy Prisma artifacts needed at runtime
COPY --from=build /app/generated/ ./generated/
COPY --from=build /app/prisma/ ./prisma/