this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: copy .npmrc before pnpm install in Dockerfile

+1 -1
+1 -1
Dockerfile
··· 4 4 5 5 RUN corepack enable && corepack prepare pnpm@latest --activate 6 6 7 - COPY package.json pnpm-lock.yaml ./ 7 + COPY package.json pnpm-lock.yaml .npmrc ./ 8 8 RUN pnpm install --frozen-lockfile 9 9 10 10 COPY . .