fixing-ci-angular-21 (#12)

Co-authored-by: Florian THIERRY <florian.thierry@actian.com>
Reviewed-on: florian/codiki-hexagonal#12
This commit is contained in:
2026-02-03 15:59:33 +01:00
co-authored by Florian THIERRY
parent 0cce8b2982
commit e2fd4fb29a
6 changed files with 17 additions and 1683 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:24-alpine AS builder
FROM node:25-alpine AS builder
WORKDIR /app
COPY frontend /app
RUN npm install