chore: oops here we go

This commit is contained in:
2025-10-30 08:15:19 +01:00
parent 864faa45b5
commit 26c64b8bad

View File

@@ -6,7 +6,7 @@ WORKDIR /app
RUN corepack enable
# Copy package.json and your lockfile, here we add pnpm-lock.yaml for illustration
COPY package.json pnpm-lock.yaml .npmrc ./
COPY package.json pnpm-lock.yaml ./
# Install dependencies
RUN pnpm i