Spaces:
Runtime error
Runtime error
Esteves Enzo
commited on
Commit
·
76e1768
1
Parent(s):
b6d8dad
update entrypoint
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
npx prisma generate && npx prisma migrate deploy && npx prisma db push &&
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start
|