From 01d84323d3f1201d3b334c1b53a2bbed22e73b6f Mon Sep 17 00:00:00 2001 From: Gal Date: Wed, 16 Jul 2025 00:11:29 +0200 Subject: [PATCH] fix docker --- apps/german-app/Dockerfile | 2 +- apps/indonesian-app/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/german-app/Dockerfile b/apps/german-app/Dockerfile index aa38fb2..c44d208 100644 --- a/apps/german-app/Dockerfile +++ b/apps/german-app/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm ci --only=production +RUN npm ci # Copy source code COPY . . diff --git a/apps/indonesian-app/Dockerfile b/apps/indonesian-app/Dockerfile index aa38fb2..c44d208 100644 --- a/apps/indonesian-app/Dockerfile +++ b/apps/indonesian-app/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm ci --only=production +RUN npm ci # Copy source code COPY . .