Skip to content

Commit

Permalink
adds open ssl for prisma update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersimoes committed Dec 11, 2024
1 parent 6fbfb16 commit bdb5f1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ RUN npm run build
FROM node:20-alpine AS runner
WORKDIR /app

# Comment the following line in case you want to enable telemetry during runtime
ENV NEXT_TELEMETRY_DISABLED 1
# Install OpenSSL libraries
RUN apk add --no-cache openssl openssl-dev openssl-libs-static

ENV NEXT_TELEMETRY_DISABLED 1
ENV NODE_ENV production

RUN addgroup --system --gid 1001 nodejs
Expand Down

0 comments on commit bdb5f1f

Please sign in to comment.