You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 providemongodb
as a command or something. So why not auto-run the emulators on start by usingfirebase emulators:start
as theCMD
?The text was updated successfully, but these errors were encountered: