For further reference, please consider the following sections:
- Official Gradle documentation
- Official Kotlin documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Flyway database migration tool
These additional references should also help you:
docker build --build-arg JAR_FILE=build/libs/*.jar -t spring-boot-shop-application .
docker run -p 8080:8080 spring-boot-shop-application