fix(frontend): Add Java to frontend Dockerfile

This commit is contained in:
2025-11-15 09:26:33 +01:00
parent c8fcffb9ed
commit af434ad3a4

View File

@@ -2,6 +2,8 @@ FROM node:22.16.0-alpine AS builder
WORKDIR /app
RUN apk add --no-cache openjdk21-jre
RUN npm install -g pnpm@10.13.1
COPY package.json pnpm-lock.yaml ./