Fix Docker build again

This commit is contained in:
Jesse Wierzbinski 2024-04-06 23:22:45 -10:00
parent ea1d7b1510
commit 257243aa0c
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,8 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["postgresqlExtensions"]
binaryTargets = ["native"]
// These last two lines are important for Docker!
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
}
generator json {