Closed dvcrn closed 3 years ago
Since no firebase.json was shipped with the container, you can't actually run anything against because it is only listening to localhost
Adds config for listening to 0.0.0.0
Also changes CMD to ENTRYPOINT "firebase", it's the more docker-ey way of providing a cli tool through docker
Since no firebase.json was shipped with the container, you can't actually run anything against because it is only listening to localhost
Adds config for listening to 0.0.0.0
Also changes CMD to ENTRYPOINT "firebase", it's the more docker-ey way of providing a cli tool through docker