Правим настройки в example/application.yaml
./gradlew clean build
cd build/distributions; \
tar -xvf essence-report-boot-*.tar; \
cd $(find . -type d -name 'essence-report-boot*')
./bin/essence-report --spring.config.location=classpath:/,file:../../../example/application.yaml
docker build --tag essence-report .
docker run --rm -it --name essence-report -p 11080:8080 -v ./example:/conf --env spring.config.location=classpath:/,file:/conf/application.yaml essence-report:latest