fix runtime nest

This commit is contained in:
MaKarin
2026-03-26 10:31:48 +03:00
parent 6f9dab9291
commit efb97d6802
2 changed files with 2 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ COPY --from=build /app/dist ./dist
EXPOSE 3000
CMD ["sh", "-c", "npx prisma migrate deploy && node dist/main"]
CMD ["sh", "-c", "npx prisma migrate deploy && node dist/main.js"]