Skip to content

Commit 3b57733

Browse files
fixed dockerfile
1 parent e1425da commit 3b57733

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:18-alpine AS base
2+
RUN apk add --no-cache openssl
23
RUN corepack enable && corepack prepare pnpm@latest --activate
34

45
FROM base AS builder

0 commit comments

Comments
 (0)