We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae48fec commit ae1d2aaCopy full SHA for ae1d2aa
Dockerfile
@@ -8,5 +8,5 @@ FROM node:slim
8
WORKDIR /app
9
COPY --from=build /app/dist ./dist
10
COPY --from=build /app/package.json ./package.json
11
-RUN npm install --omit=dev
+RUN npm install -g pnpm && pnpm install -P
12
CMD ["node", "dist/index.js"]
0 commit comments