need build command

This commit is contained in:
Tommy Parnell
2022-04-12 11:51:29 -04:00
parent 1d5eb4ea8d
commit ae36f0b871

View File

@@ -9,7 +9,7 @@ services:
name: remix
env: node
plan: free
buildCommand: "npm install && npx prisma migrate deploy"
buildCommand: "npm install && npm run build && npx prisma migrate deploy"
startCommand: "npm run start"
envVars:
- key: DATABASE_URL