Skip to content

Commit 9b4eafc

Browse files
committed
open ssl
1 parent 680be4a commit 9b4eafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ USER node
5656

5757
FROM node:18-alpine As production
5858

59+
RUN apk add --no-cache openssl
5960
# Copy the bundled code from the build stage to the production image
6061
COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
6162
COPY --chown=node:node --from=build /usr/src/app/dist ./dist

0 commit comments

Comments
 (0)