feat: bundle GeoIP city database

This commit is contained in:
JetSprow
2026-04-29 14:45:38 +10:00
parent 17163286a6
commit 46ce257b0b
7 changed files with 159 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ RUN adduser --system --uid 1001 nextjs
# Next.js standalone output
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --from=builder --chown=nextjs:nodejs /app/data ./data
# Prisma: schema + config + generated client + adapter
COPY --from=builder /app/prisma ./prisma