gothinkster / spring-boot-realworld-example-app

Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
MIT License
1.3k stars 677 forks source link

Dockerfile fixed: use gradlew instead of gradle #30

Closed eugenesimakin closed 3 years ago

eugenesimakin commented 3 years ago

We should use gradlew instead of gradle to run the version specified in gradle-wrapper.properties. This fixes #29