GCloud how to - https://cloud.google.com/docs/authentication/provide-credentials-adc#how-to
docker build -t app .
docker run --name app_container -p 80:80 -v ~/.config:/root/.config app
- Go to http://0.0.0.0:80
GCloud how to - https://cloud.google.com/docs/authentication/provide-credentials-adc#how-to
docker build -t app .
docker run --name app_container -p 80:80 -v ~/.config:/root/.config app