Fix staging health-check hang: revert seed-at-boot

This commit is contained in:
adilallo
2026-05-23 17:53:12 -06:00
parent e64ba640c8
commit bb26d95b32
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -48,7 +48,6 @@ COPY --from=builder --chown=node:node /app/public ./public
COPY --from=builder --chown=node:node /app/.next/standalone ./
COPY --from=builder --chown=node:node /app/.next/static ./.next/static
COPY --from=builder --chown=node:node /app/prisma ./prisma
COPY --from=builder --chown=node:node /app/data ./data
# Prisma CLI (devDependency) is not in the Next.js standalone trace. Install
# globally in the runner so start.sh can run `prisma migrate deploy`.