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 ./ COPY package*.json ./
# Installer les dépendances # Installer les dépendances
RUN npm ci RUN npm install --legacy-peer-deps
# Copier le reste des fichiers du projet # Copier le reste des fichiers du projet
COPY . . COPY . .

View File

@ -3,7 +3,7 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"simple": { "dcb-backoffice": {
"projectType": "application", "projectType": "application",
"schematics": { "schematics": {
"@schematics/angular:component": { "@schematics/angular:component": {
@ -99,10 +99,10 @@
"builder": "@angular/build:dev-server", "builder": "@angular/build:dev-server",
"configurations": { "configurations": {
"production": { "production": {
"buildTarget": "simple:build:production" "buildTarget": "dcb-backoffice:build:production"
}, },
"development": { "development": {
"buildTarget": "simple:build:development" "buildTarget": "dcb-backoffice:build:development"
} }
}, },
"defaultConfiguration": "development" "defaultConfiguration": "development"

View File

@ -13,7 +13,7 @@ import { NgIcon } from '@ng-icons/core'
<ng-icon name="lucideSparkles" class="fs-md"></ng-icon> <ng-icon name="lucideSparkles" class="fs-md"></ng-icon>
</span> </span>
</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> </span>
</a> </a>
<a routerLink="/" class="logo-light"> <a routerLink="/" class="logo-light">
@ -23,7 +23,7 @@ import { NgIcon } from '@ng-icons/core'
<ng-icon name="lucideSparkles" class="fs-md"></ng-icon> <ng-icon name="lucideSparkles" class="fs-md"></ng-icon>
</span> </span>
</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> </span>
</a> </a>
`, `,