# Download dependencies as a separate step to take advantage of Docker's caching. # Leverage a cache mount to /root/.local/share/pnpm/store to speed up subsequent builds. @@ -35,7 +35,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \ ### # Create a stage for ...