From 395c5ba7936c7d1ba5cc3e5c5a3f9667a57cc573 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 23 Jun 2026 13:13:35 +0100 Subject: [PATCH] fix: comment out all prisma --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 18fedf0..e7d2876 100644 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh #Run the prisma:deploy npm script -npm run prisma:deploy +# npm run prisma:deploy # Start the server exec node build