fix: binaryTarget for new docker base img

This commit is contained in:
Manuel
2023-09-03 16:17:13 +02:00
parent 016a1bb2e4
commit a2738111b5

View File

@@ -3,7 +3,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x", "debian-openssl-3.0.x"]
}
datasource db {