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.
2 parents 62e57f8 + 0805907 commit 803fe10Copy full SHA for 803fe10
pnpm/Dockerfile
@@ -20,3 +20,6 @@ LABEL maintainer="Plone Community <dev@plone.org>" \
20
21
# Copy Volto project
22
COPY --from=builder /app/ /app/
23
+
24
+# Make sure the correct version of pnpm from package.json is installed
25
+RUN corepack install
0 commit comments