DEV Community

Discussion on: Deploy an Angular App Using Google Cloud Run

Collapse
 
chechatocon profile image
ChechaTocon

Hi!, I have done everything, but my docker file doesn't run when I type "docker run -p 8080:8080 app-tag", it freezes. Maybe it's my docker installation. I have one question, where the server.js file should be? btw where is the dist folder located?

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.