config gitea test + release

This commit is contained in:
2026-05-24 07:41:25 +02:00
parent bc86c57d78
commit a43ad25ee3
3 changed files with 87 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM eclipse-temurin:25-jre-alpine
WORKDIR /app
COPY build/libs/*.jar app.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "app.jar"]