How To Deploy Angular SSR App To GCP App Engine Standard Without Pulling In Tons Of Files?
So Im not sure if this has been asked and answered but I’ve been trying to track this down for quite a while. It seems as though every time I try to deploy an angular app to app engine standard the build size is like 500+ MB on the app engine instance. I am using a .gcloudignore that is ignoring node_modules. I have also tried ignoring the src directory but it seems like app engine is trying to use that for some reason to build even though I have already built the dist folder in Cloud Build.