java image edit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM openjdk:21-jdk-slim
|
||||
FROM eclipse-temurin:21-jdk
|
||||
VOLUME /tmp
|
||||
COPY target/*.jar app.jar
|
||||
EXPOSE 30001
|
||||
ENTRYPOINT ["java","-jar","/app.jar"]
|
||||
ENTRYPOINT ["java","-jar","/app.jar"]
|
||||
|
||||
Reference in New Issue
Block a user