Merge pull request 'fix bug dockerfile et limitation angular json' (#6) from refacto into main

Reviewed-on: #6
Reviewed-by: technostrea <contact@technostrea.fr>
This commit is contained in:
2025-11-20 20:56:40 +00:00
2 changed files with 16 additions and 4 deletions

View File

@@ -13,6 +13,18 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN apk add --no-cache \
python3 \
make \
g++ \
cairo-dev \
pango-dev \
jpeg-dev \
giflib-dev \
pixman-dev \
freetype-dev \
build-base
RUN npm cache clean --force RUN npm cache clean --force
RUN npm install -g @angular/cli@$NG_VERSION RUN npm install -g @angular/cli@$NG_VERSION

View File

@@ -49,13 +49,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "800kb",
"maximumError": "1mb" "maximumError": "2mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb", "maximumWarning": "10kb",
"maximumError": "4kb" "maximumError": "20kb"
} }
], ],
"outputHashing": "all" "outputHashing": "all"