We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc76f60 commit 45f0c68Copy full SHA for 45f0c68
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
7
# Install dependencies based on the preferred package manager
8
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .env ./
9
-COPY npmrc ./.npmrc
+COPY ./npmrc ./.npmrc
10
11
12
0 commit comments