DEV Community

Discussion on: Deploy an Angular App Using Google Cloud Run

Collapse
 
johnpankowicz profile image
johnpankowicz • Edited

I thought mine was hung also. But when I ran "docker ps -a", I could see that the container was running. I went to "localhost:8080" and, sure enough, it was running! I don't know why the "docker run" command does not return. But hitting "ctrl-c" to get back to the prompt and running "docker ps -a" again showed it was still running.