Add deploy startup seed guard

This commit is contained in:
2026-07-07 23:11:36 +03:00
parent 8dd43c57ca
commit 1322f5d8cc
3 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/next.config.mjs ./next.config.mjs
EXPOSE 3000
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start:deploy"]