Dockerfile and bootrunner.sh, you can specify a different
pre-packaged Dockerfile and bootrunner.sh:
docker run registry:5000/multiprojectdemo:1.0 --info.app.name="widget instance 1"
dockerprepare {
commonService = ['org.springframework.boot:spring-boot-starter-web','org.springframework.boot:spring-boot-starter-actuator']
}
Place your own Dockerfile in this directory to override the default:
${project.rootDir}/src/main/docker/
Dockerfile and bootrunner.sh, you can specify a different
pre-packaged Dockerfile and bootrunner.sh: