Skip to content

Commit dbf2697

Browse files
Fix Docker image (#8)
1 parent d228397 commit dbf2697

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ RUN yarn build
1919
FROM node:20-alpine3.20
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-
2522
# Copy server build
2623
COPY --from=server-builder /app/dist ./server
2724
COPY --from=server-builder /app/node_modules ./node_modules

0 commit comments

Comments
 (0)