fix: update entrypoint.sh, remove db migration

This commit is contained in:
wilson 2026-03-04 22:46:33 +00:00
parent f99b478088
commit 689627b204

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
npx prisma migrate dev # Commented out while i figure out what's locking it
# npx prisma migrate dev
exec node build exec node build