HTTP server that reformats C++ source code using clang-format
docker build -t gcr.io/clementine-data/clang-in-the-cloud .
docker push gcr.io/clementine-data/clang-in-the-cloud:latest
gcloud run deploy clang-in-the-cloud --region=us-central1 --image=gcr.io/clementine-data/clang-in-the-cloud:latest