RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm fetch | grep -v "cross-device link not permitted\|Falling back to copying packages from store"
@ -31,7 +31,7 @@ COPY . .
RUN <<EOF
set -xe
yarn next telemetry disable
npmrun telemetry
mkdir config &&echo'-' > config/settings.yaml
NEXT_PUBLIC_BUILDTIME=$BUILDTIMENEXT_PUBLIC_VERSION=$VERSIONNEXT_PUBLIC_REVISION=$REVISION npm run build