This commit is contained in:
Florian THIERRY
2026-02-03 15:58:09 +01:00
parent 0cce8b2982
commit 936127aa09
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