store path adjusted
Some checks failed
Next.js App CI / docker (push) Failing after 59s

This commit is contained in:
2025-09-15 15:49:38 +02:00
parent 545486af84
commit 2d33c4242e

View File

@@ -15,6 +15,7 @@ RUN apk add --no-cache imagemagick ghostscript
# Copy the dependency manifests and then run install.
COPY --from=deps /root/AppData/Local/pnpm/store/v3 /root/AppData/Local/pnpm/store/v3
COPY --from=deps /root/.local/share/pnpm/store/v3 /root/.local/share/pnpm/store/v3
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --offline