We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dada39 commit 0c89f07Copy full SHA for 0c89f07
Dockerfile
@@ -9,7 +9,7 @@ FROM base AS deps
9
WORKDIR /app
10
11
# Install dependencies based on the preferred package manager
12
-COPY package.json yarn.lock package-lock.json pnpm-lock.yaml .npmrc ./
+COPY package.json pnpm-lock.yaml .npmrc ./
13
RUN \
14
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
15
elif [ -f package-lock.json ]; then npm ci; \
0 commit comments