[Docker] Enable IntelliJ debug Java application with docker
Mostly package will deliver in container image, and for testing / debugging on dockerfile, we will run it locally. However, it cannot be debug easily. So we need to alter configuration to enable it. In […]