Skip to content

Commit c984f56

Browse files
Fix docker image (#6)
1 parent 0a03e17 commit c984f56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ RUN yarn build
1919
FROM node:20-alpine
2020
WORKDIR /app
2121

22+
# Fix https://github.com/nodejs/docker-node/issues/2175
23+
RUN ln -s /usr/lib/libssl.so.3 /lib/libssl.so.3
24+
2225
# Copy server build
2326
COPY --from=server-builder /app/dist ./server
2427
COPY --from=server-builder /app/node_modules ./node_modules

0 commit comments

Comments
 (0)