1. Clone repository:
git clone [email protected]:kdabek/http-client-example.git
2. Update configuration
Update config.php
and fill your accessToken
3. Build Docker image
docker build -t http-client-example .
4. Run Docker image
docker run -it --rm --name my-http-client-app http-client-example