Fix ci.
Build and Deploy Java Gradle Application / build-and-deploy (push) Has been cancelled

This commit is contained in:
Florian THIERRY
2026-02-03 15:49:12 +01:00
parent 8791eebda8
commit 38689f47c6
6 changed files with 14 additions and 1679 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