Migrate to angular v17, remove deprecated ngbAccordion directives

This commit is contained in:
shamoon
2023-12-13 23:21:38 -08:00
parent 92a920021d
commit d17fb836d1
6 changed files with 4070 additions and 3722 deletions

View File

@@ -12,7 +12,7 @@ COPY ./src-ui /src/src-ui
WORKDIR /src/src-ui
RUN set -eux \
&& npm update npm -g \
&& npm ci --omit=optional
&& npm ci
RUN set -eux \
&& ./node_modules/.bin/ng build --configuration production