Fix ci.
All checks were successful
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m33s

This commit is contained in:
Florian THIERRY
2026-02-03 15:18:41 +01:00
parent 8791eebda8
commit 172211b550
7 changed files with 18 additions and 1683 deletions

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