debugging
Some checks failed
Next.js App CI / docker (push) Failing after 1m8s

This commit is contained in:
2025-09-15 15:46:09 +02:00
parent 756e6eec82
commit 545486af84

View File

@@ -13,7 +13,9 @@ RUN npm i -g pnpm
# Install system dependencies
RUN apk add --no-cache imagemagick ghostscript
# Copy the dependency manifests and then run install.
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