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 9b4eafc commit fdbd7e4Copy full SHA for fdbd7e4
Dockerfile
@@ -56,7 +56,6 @@ 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