(no title)
tchiotludo | 3 years ago
- git clone the project
- ./gradlew executableJar
- cp build/executable/* docker/app/kestra
- docker build -t myimage .
In resume, you just need to have an image providing java 11 and start the executable build by gradle
hope it help
rad_gruchalski|3 years ago