Added Prisma to build
Deploy / deploy (push) Successful in 3m34s

This commit is contained in:
twotalesanimation
2026-06-03 15:56:30 +02:00
parent e75a15132e
commit e68545fa2a
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -44,7 +44,4 @@ EXPOSE 3000
ENV PORT=3000
ENV HOSTNAME="0.0.0.0"
# Copy prisma binaries needed for migrate deploy at runtime
COPY --from=builder /app/node_modules/prisma ./node_modules/prisma
CMD ["node", "server.js"]