- git clone https://github.com/YegorMaksymchuk/mathservice.git
- cd mathservice
- docker compose up --build
- sh build-multi-stage.sh
- curl -X GET http://localhost:6000/math?amount=2
[ { "question": "7+3=?", "answer": "10" }, { "question": "4+8=?", "answer": "12" } ]