From 24a9bd9973f1bdfb81099c39bf1fae6b4ce00f40 Mon Sep 17 00:00:00 2001 From: "Mamadou Khoussa [028918 DSI/DAC/DIF/DS]" Date: Tue, 28 Oct 2025 11:32:18 +0000 Subject: [PATCH] fix build path --- Dockerfile | 2 +- angular.json | 6 +++--- src/app/components/app-logo.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26cb865..6a9d2a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package*.json ./ # Installer les dépendances -RUN npm ci +RUN npm install --legacy-peer-deps # Copier le reste des fichiers du projet COPY . . diff --git a/angular.json b/angular.json index 0ae07e1..f569c0b 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "simple": { + "dcb-backoffice": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -99,10 +99,10 @@ "builder": "@angular/build:dev-server", "configurations": { "production": { - "buildTarget": "simple:build:production" + "buildTarget": "dcb-backoffice:build:production" }, "development": { - "buildTarget": "simple:build:development" + "buildTarget": "dcb-backoffice:build:development" } }, "defaultConfiguration": "development" diff --git a/src/app/components/app-logo.ts b/src/app/components/app-logo.ts index 8c176a1..3bd64c1 100644 --- a/src/app/components/app-logo.ts +++ b/src/app/components/app-logo.ts @@ -13,7 +13,7 @@ import { NgIcon } from '@ng-icons/core' - Simple + dcb-backoffice @@ -23,7 +23,7 @@ import { NgIcon } from '@ng-icons/core' - Simple + dcb-backoffice `,