header routing

This commit is contained in:
bronku 2025-11-25 10:46:37 +01:00
parent 005ec377d8
commit ef47d7082c
3 changed files with 41 additions and 19 deletions

View file

@ -5,4 +5,4 @@ COPY . .
RUN mvn clean package -DskipTests
ENTRYPOINT ["java", "-jar", "target/spring-boot-0.0.1-SNAPSHOT.jar"]
ENTRYPOINT ["java","-Dserver.port=80", "-jar", "target/spring-boot-0.0.1-SNAPSHOT.jar"]