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