Skip to content

Commit

Permalink
build: Include .npmrc when fetching deps
Browse files Browse the repository at this point in the history
  • Loading branch information
otomir23 committed Nov 26, 2024
1 parent 60389e1 commit 638ba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Install dependencies
RUN apk add --no-cache python3 alpine-sdk
COPY package.json pnpm-lock.yaml* ./
COPY package.json pnpm-lock.yaml* .npmrc ./
RUN pnpm fetch


Expand Down

0 comments on commit 638ba83

Please sign in to comment.