Skip to content

Useful commands for running and testing parts of application

Peter Trifanov edited this page Mar 10, 2021 · 2 revisions

Build and deploy preprocessor:

$ ./gradlew :save-preprocesssor:bootBuildImage
$ ./gradlew generateComposeFile
$ docker-compose -f build/docker-compose.yaml up -d preprocessor
Clone this wiki locally