java image edit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit

This commit is contained in:
jiangh277
2025-12-24 17:06:42 +08:00
parent 8f397d93e7
commit 1c0d72351f

View File

@@ -1,4 +1,4 @@
FROM openjdk:21-jdk-slim
FROM eclipse-temurin:21-jdk
VOLUME /tmp
COPY target/*.jar app.jar
EXPOSE 30000