I have a service that is executing firebase use default && firebase start:emulators. This command will download the Firebase Emulators suite and install it in the container. As part of the download, a progress bar is shown, but it looks frozen. If I attach to the container using docker container I can see the progress updates. I tried to set tty: true, but it didn't work. I'm guessing it must be something to do with the `bash -c "{command}"
firebase use default && firebase start:emulators
docker container
tty: true
1.4m articles
1.4m replys
5 comments
57.0k users