enzostvs HF Staff commited on
Commit
e8d6989
·
1 Parent(s): 6b7c29b

update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,2 +1,2 @@
1
  #!/bin/bash
2
- npm run build && npm start
 
1
  #!/bin/bash
2
+ npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start