This commit is contained in:
@@ -7,7 +7,7 @@ RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --force
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user