fix(deploy): try using slim rather than alpine
This commit is contained in:
parent
e57cd06941
commit
71f5cd2ca1
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM node:18-alpine
|
FROM node:18-slim
|
||||||
|
|
||||||
RUN apk add openssl
|
RUN apt-get update && apt-get install -y openssl
|
||||||
|
|
||||||
RUN yarn global add pnpm
|
RUN yarn global add pnpm
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
generator client {
|
generator client {
|
||||||
provider = "prisma-client-js"
|
provider = "prisma-client-js"
|
||||||
binaryTargets = ["native", "linux-musl"]
|
binaryTargets = ["native"]
|
||||||
}
|
}
|
||||||
|
|
||||||
datasource db {
|
datasource db {
|
||||||
|
|
Loading…
Reference in a new issue