mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
add java
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user