IT-REX-Platform / media_service

MIT License
0 stars 0 forks source link

Use gradle docker image #29

Closed myluki2000 closed 1 year ago

myluki2000 commented 1 year ago

Until now, every time each container was built it downloaded gradle because builds were executed using the gradle wrapper. This PR changes the Dockerfile such that instead a docker-image containing gradle is used, which can be re-used between different containers and for subsequent builds. This should speed up build times.