Workflow angepasst
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Failing after 32s

This commit is contained in:
2026-04-01 17:18:21 +02:00
parent 865210acad
commit 6ce4b897f2
2 changed files with 21 additions and 17 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM eclipse-temurin:21-jre-noble
WORKDIR /app
COPY build/libs/*.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]