From 26c64b8baddb5ef0814f538bdb693c85764795bd Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:15:19 +0100 Subject: [PATCH] chore: oops here we go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3485f45..fb826e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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