We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680be4a commit 9b4eafcCopy full SHA for 9b4eafc
Dockerfile
@@ -56,6 +56,7 @@ USER node
56
57
FROM node:18-alpine As production
58
59
+RUN apk add --no-cache openssl
60
# Copy the bundled code from the build stage to the production image
61
COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
62
COPY --chown=node:node --from=build /usr/src/app/dist ./dist
0 commit comments