stable-diffusion-tpu / entrypoint.sh
enzostvs's picture
enzostvs HF staff
build app in entrypoint.sh
2b1e359
raw
history blame
No virus
112 Bytes
#!/bin/bash
npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start