fix(frontend): Add Java to frontend Dockerfile
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user