Update smoke-test

This commit is contained in:
adilallo
2026-05-23 17:35:13 -06:00
parent 4af244fa09
commit c13a3f2a04
4 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -44,9 +44,9 @@ COPY --from=builder --chown=node:node /app/.next/static ./.next/static
COPY --from=builder --chown=node:node /app/prisma ./prisma
# Prisma CLI (devDependency) is not in the Next.js standalone trace. Install
# globally in the runner so start.sh can run `prisma migrate deploy` with all
# transitive deps (@prisma/engines, effect, etc.).
RUN npm install -g prisma@6.19.3
# globally in the runner so start.sh can run `prisma migrate deploy` and the
# one-time idempotent `prisma db seed` (upserts by slug).
RUN npm install -g prisma@6.19.3 tsx@4.19.4
# Cloudron's runtime rootfs is read-only except /tmp, /run, /app/data.
# Three marketing routes use ISR (`revalidate`) and write to .next/cache;