What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...
When you build a docker image, you copy all your runtime dependencies (`node_modules/`) and build artifacts into the image. When you push a deployment you are deploying that static image with the dependencies baked in, instead of trying to install the dependencies at startup.