Skip to content

Commit

Permalink
Install openssl for Prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 24, 2024
1 parent aac573b commit a787775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN yarn build

FROM node:20-slim

# Required by Prisma
RUN apt-get update -y && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*

ENV NODE_ENV production
ENV APP_HOME=/opt/node/app

Expand Down

0 comments on commit a787775

Please sign in to comment.