Feature/optimize docker image (#3642)

* Remove redundant docker image layers

* Update prisma binary target of prisma

* Update changelog
This commit is contained in:
Nuno
2024-08-08 17:42:05 +02:00
committed by GitHub
parent 43f5bb7773
commit 40de0cead5
4 changed files with 23 additions and 15 deletions

View File

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