fix: correction to Docker files

This commit is contained in:
Riccardo
2023-08-30 20:53:42 +02:00
parent 0f1f9ec7d8
commit a36daaaec3
6 changed files with 28 additions and 16 deletions

View File

@@ -2,8 +2,8 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-arm64-openssl-3.0.x"]
provider = "prisma-client-js"
// binaryTargets = ["native", "linux-arm64-openssl-3.0.x", "linux-arm64-openssl-1.1.x"]
}
datasource db {