build: docker build --tag=dockerized-spring-boot-app:latest . run: docker run -p8090:8080 dockerized-spring-boot-app:latest call: curl localhost:8090/hello