guess-the-image / entrypoint.sh
enzostvs's picture
enzostvs HF Staff
update entrypoint.sh
e8d6989
raw
history blame
112 Bytes
#!/bin/bash
npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start