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
`,