fix: update entrypoint.sh, remove db migration
This commit is contained in:
parent
f99b478088
commit
689627b204
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue