Skip to content

Commit 45f0c68

Browse files
committed
fix error
1 parent dc76f60 commit 45f0c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66

77
# Install dependencies based on the preferred package manager
88
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .env ./
9-
COPY npmrc ./.npmrc
9+
COPY ./npmrc ./.npmrc
1010

1111

1212

0 commit comments

Comments
 (0)