fix build path
This commit is contained in:
parent
50557bff92
commit
24a9bd9973
@ -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 . .
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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>
|
||||
`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user