mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: bundle GeoIP city database
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user