This commit is contained in:
2025-05-25 23:41:43 +02:00
parent a71d8672e1
commit 00ea48f4cc

View File

@@ -1,4 +1,6 @@
FROM node:20 AS builder FROM node:24-slim AS builder
RUN apt-get update && apt-get install -y openjdk-17-jre && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app