AndreySenov / firebase-tools-docker

Dockerfile for firebase-tools image
https://hub.docker.com/r/andreysenov/firebase-tools
Other
132 stars 40 forks source link

Add firebase.json to bind to 0.0.0.0 #21

Closed dvcrn closed 3 years ago

dvcrn commented 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