stable-diffusion-tpu / entrypoint.sh
Esteves Enzo
update entrypoint
76e1768
raw
history blame
96 Bytes
#!/bin/bash
npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start