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