Container works locally but not on Google Cloud Run
I have a Node.js app and an Angular app. I’ve dockerized them. They run in the same container. Nginx serves the Angular app and sends the /api/*
requests to the Node.js server.
I have a Node.js app and an Angular app. I’ve dockerized them. They run in the same container. Nginx serves the Angular app and sends the /api/*
requests to the Node.js server.