#7
All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 10m8s

This commit is contained in:
2025-05-10 19:07:50 +02:00
parent 011bb03d3f
commit 814b2221c8
20 changed files with 288 additions and 28 deletions

View File

@@ -4,4 +4,4 @@ COPY ./target/*.jar app.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "app.jar"]
ENTRYPOINT ["java","-jar", "app.jar"]