fix(deploy): try using slim rather than alpine

This commit is contained in:
Ashhhleyyy 2022-08-08 14:33:59 +01:00
parent e57cd06941
commit 71f5cd2ca1
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl"]
binaryTargets = ["native"]
}
datasource db {