diff --git a/products/02-iac-drift-detection/saas/Dockerfile b/products/02-iac-drift-detection/saas/Dockerfile index 690069b..742aa8e 100644 --- a/products/02-iac-drift-detection/saas/Dockerfile +++ b/products/02-iac-drift-detection/saas/Dockerfile @@ -1,7 +1,7 @@ FROM node:22-slim AS builder WORKDIR /app COPY package.json package-lock.json* ./ -RUN npm ci +RUN npm ci --include=dev COPY . . RUN npm run build diff --git a/products/03-alert-intelligence/Dockerfile b/products/03-alert-intelligence/Dockerfile index 690069b..742aa8e 100644 --- a/products/03-alert-intelligence/Dockerfile +++ b/products/03-alert-intelligence/Dockerfile @@ -1,7 +1,7 @@ FROM node:22-slim AS builder WORKDIR /app COPY package.json package-lock.json* ./ -RUN npm ci +RUN npm ci --include=dev COPY . . RUN npm run build diff --git a/products/04-lightweight-idp/Dockerfile b/products/04-lightweight-idp/Dockerfile index 690069b..742aa8e 100644 --- a/products/04-lightweight-idp/Dockerfile +++ b/products/04-lightweight-idp/Dockerfile @@ -1,7 +1,7 @@ FROM node:22-slim AS builder WORKDIR /app COPY package.json package-lock.json* ./ -RUN npm ci +RUN npm ci --include=dev COPY . . RUN npm run build diff --git a/products/05-aws-cost-anomaly/Dockerfile b/products/05-aws-cost-anomaly/Dockerfile index 690069b..742aa8e 100644 --- a/products/05-aws-cost-anomaly/Dockerfile +++ b/products/05-aws-cost-anomaly/Dockerfile @@ -1,7 +1,7 @@ FROM node:22-slim AS builder WORKDIR /app COPY package.json package-lock.json* ./ -RUN npm ci +RUN npm ci --include=dev COPY . . RUN npm run build diff --git a/products/06-runbook-automation/saas/Dockerfile b/products/06-runbook-automation/saas/Dockerfile index 690069b..742aa8e 100644 --- a/products/06-runbook-automation/saas/Dockerfile +++ b/products/06-runbook-automation/saas/Dockerfile @@ -1,7 +1,7 @@ FROM node:22-slim AS builder WORKDIR /app COPY package.json package-lock.json* ./ -RUN npm ci +RUN npm ci --include=dev COPY . . RUN npm run build