Port auf 8083 umgestellt, Maven Wrapper hinzugefügt, docker_push.sh ins Root verschoben

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 11:00:32 +02:00
parent 34be24f8ed
commit d3682e5340
11 changed files with 504 additions and 13 deletions

View File

@@ -8,5 +8,5 @@ ENV LC_TIME=de_DE.UTF-8
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY ${JAR_FILE} app.jar
EXPOSE 8080
EXPOSE 8083
ENTRYPOINT ["java", "-jar", "/app.jar", "--spring.profiles.active=production"]