Skip to content

Commit d05b2c1

Browse files
committed
Add openssl to fix Prisma engine compatibility
1 parent 4755004 commit d05b2c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM node:20-alpine
22
ARG DATABASE_URL
33

4+
RUN apk update && apk add --no-cache openssl
5+
46
WORKDIR /usr/src/app
57

68
COPY . .

0 commit comments

Comments
 (0)