Relative Content

Tag Archive for javadockermaven

cannot mvn clean install when configured application.properties for docker

I am trying to dockerize my spring boot application with postgresql. And i managed to do that. But there is a problem. Since i configure my datasource url in application.properties for dockerizing, everytime when i try to mvn clean install , it fails. Because the application cannot access to given url on build stage.