Skip to content

Commit

Permalink
[backend] Install OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Jan 12, 2025
1 parent 4263f48 commit 1d1f230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN npx prisma generate

FROM node:lts-alpine AS production
WORKDIR /usr/src/app
RUN apk add --no-cache openssl
COPY --from=builder /usr/src/app/node_modules ./node_modules
COPY --from=builder /usr/src/app/prisma ./prisma/
COPY . .
Expand Down

0 comments on commit 1d1f230

Please sign in to comment.