Erweiterungen

This commit is contained in:
2025-09-05 23:15:56 +02:00
parent f444f50538
commit 9b0cc32605
5 changed files with 169 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre
COPY target/*.jar app.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "/app.jar"]
ENTRYPOINT ["java", "-jar", "/app.jar", "--spring.profiles.active=production"]