cd job-launcher-microservice
mvn docker:build
cd job-execution-microservice
mvn docker:build
To start the server, execute
cd docker
docker-compose up -d
The server will be available on the docker instance IP (localhost or similar) port 7000 and 8000
TODO