build file
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit

This commit is contained in:
jiangh277
2025-12-24 15:25:08 +08:00
parent f828b5ccbb
commit ab0571d177
8 changed files with 518 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
FROM openjdk:21-jdk-slim
VOLUME /tmp
COPY target/*.jar app.jar
EXPOSE 30002
ENTRYPOINT ["java","-jar","/app.jar"]