This is a simple example of using the google-auth-library, inside of an alpine docker image. To use this:
- Download your keys from the Google Develper Console. Name the file
jwt.keys.json
. - Run
npm install
. - Run
docker build -t app .
- Run
docker run -it app
Enjoy!