hugger-lover / entrypoint.sh
enzostvs's picture
enzostvs HF staff
init
7f5876d
raw
history blame contribute delete
112 Bytes
#!/bin/bash
npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start