I\'m trying to deploy our java web application to aws elastic beanstalk using docker, the idea is to be able to run the container locally for development and testing and eve
try changing the gradle user home directory
RUN mkdir -p /opt/gradle/.gradle ENV GRADLE_USER_HOME=/opt/gradle/.gradle