Workflow angepasst
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Failing after 32s
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Failing after 32s
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM eclipse-temurin:21-jre-noble
|
||||
WORKDIR /app
|
||||
COPY build/libs/*.jar app.jar
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
Reference in New Issue
Block a user