Skip to content

Commit

Permalink
Fix image build
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 12, 2024
1 parent 92ea5f4 commit 638c8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM plone/frontend-builder:${VOLTO_VERSION} AS builder
COPY --chown=node packages/volto-intranet /app/packages/volto-intranet
COPY --chown=node packages/volto-light-theme /app/packages/volto-light-theme
COPY --chown=node volto.config.js /app/
COPY --chown=node pnpm-workspace.yaml /app/
COPY --chown=node package.json /app/package.json.temp

RUN --mount=type=cache,id=pnpm,target=/app/.pnpm-store,uid=1000 <<EOT
Expand Down

0 comments on commit 638c8af

Please sign in to comment.