Skip to content

Commit 803fe10

Browse files
authored
Merge pull request #64 from plone/18-pnpm-install-at-build-time
18.x: Make sure pnpm won't need to be installed at runtime
2 parents 62e57f8 + 0805907 commit 803fe10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pnpm/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ LABEL maintainer="Plone Community <dev@plone.org>" \
2020

2121
# Copy Volto project
2222
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

Comments
 (0)