Run: ./gradlew run
Docker commands:
- ./gradlew dockerfile
- ./gradlew dockerBuild
This comands will generate all the folders we need, but if you build the docker container from this image it won't work because its using alpine Java.
Remove the alpine tag in the Dockerfile location: "./build/docker/main/Dockerfile" Now build docker image with: docker build -t "tag" "dockerfile path" Run the docker container and enjoy.