Skip to content

Commit 87afb94

Browse files
junzero741claude
andcommitted
fix(docker): install openssl for Prisma runtime in production stage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8caceb0 commit 87afb94

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/backend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN pnpm nx prune backend
2929
# --- Production stage ---
3030
FROM node:20-slim
3131

32+
RUN apt-get update -y && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*
33+
3234
WORKDIR /app
3335

3436
RUN corepack enable && corepack prepare pnpm@8.15.5 --activate

0 commit comments

Comments
 (0)