production: docker fixes, nginx SSL config, generateStaticParams fallback
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-04-01 16:57:22 +00:00
parent fc24313f15
commit 0118774e31
6 changed files with 64 additions and 128 deletions
+1
View File
@@ -25,6 +25,7 @@ RUN DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy" npx prisma gene
# Disable telemetry during build
ENV NEXT_TELEMETRY_DISABLED=1
ENV DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy"
RUN npm run build