Skip to content

Commit 0c89f07

Browse files
committed
chore: dockerfile build error
1 parent 0dada39 commit 0c89f07

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
@@ -9,7 +9,7 @@ FROM base AS deps
99
WORKDIR /app
1010

1111
# Install dependencies based on the preferred package manager
12-
COPY package.json yarn.lock package-lock.json pnpm-lock.yaml .npmrc ./
12+
COPY package.json pnpm-lock.yaml .npmrc ./
1313
RUN \
1414
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
1515
elif [ -f package-lock.json ]; then npm ci; \

0 commit comments

Comments
 (0)