I have the problem that I cannot overwrite the CMD in github actions when I use this image as a service container. This makes me think: Who does not want the emulators to start when they run this container? Usually it is supposed to be some kind of service that enables local tests or something. Like a database. A database container also starts the database without having to provide mongodb as a command or something. So why not auto-run the emulators on start by using firebase emulators:start as the CMD?
I have the problem that I cannot overwrite the
CMDin github actions when I use this image as a service container. This makes me think: Who does not want the emulators to start when they run this container? Usually it is supposed to be some kind of service that enables local tests or something. Like a database. A database container also starts the database without having to providemongodbas a command or something. So why not auto-run the emulators on start by usingfirebase emulators:startas theCMD?