4sh / datamaintain

One tool to maintain all your database schemas!
Apache License 2.0
25 stars 6 forks source link

:hammer: #130 Build CLI before release docker packages #135

Closed Lysoun closed 3 years ago

Lysoun commented 3 years ago

Closes #130 I'm afraid that building Datamaintain in the Dockerfile will make the build way longer. Since there are 4 different docker files, that will make 4 builds. I added the ./gradlew clean build in the script used to produce all the images, tell me if you think it would be better to do that in the docker files but it does not seem to me like they would be able to share the same cache to prevent rebuilding the CLI multiple times.