We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd036e5 commit 103dd69Copy full SHA for 103dd69
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN apk add --no-cache libc6-compat
8
WORKDIR /app
9
10
# Install dependencies based on the preferred package manager
11
-COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
+COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./
12
RUN \
13
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
14
elif [ -f package-lock.json ]; then npm ci; \
0 commit comments