Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
guess-the-image
like
73
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
831fcb9
guess-the-image
/
entrypoint.sh
enzostvs
HF Staff
update entrypoint.sh
e8d6989
over 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
#!/bin/bash
npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start