fix build path

This commit is contained in:
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] 2025-10-28 11:32:18 +00:00
parent 50557bff92
commit 24a9bd9973
3 changed files with 6 additions and 6 deletions

View File

@ -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 . .

View File

@ -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"

View File

@ -13,7 +13,7 @@ import { NgIcon } from '@ng-icons/core'
<ng-icon name="lucideSparkles" class="fs-md"></ng-icon>
</span>
</span>
<span class="logo-text text-body fw-bold fs-xl">Simple</span>
<span class="logo-text text-body fw-bold fs-xl">dcb-backoffice</span>
</span>
</a>
<a routerLink="/" class="logo-light">
@ -23,7 +23,7 @@ import { NgIcon } from '@ng-icons/core'
<ng-icon name="lucideSparkles" class="fs-md"></ng-icon>
</span>
</span>
<span class="logo-text text-white fw-bold fs-xl">Simple</span>
<span class="logo-text text-white fw-bold fs-xl">dcb-backoffice</span>
</span>
</a>
`,