Open
Description
...
...
firebase:
container_name: firebase
image: andreysenov/firebase-tools
user: node
# command: firebase emulators:start
command: tail -f /dev/null
ports:
- 9005:9005
- 9099:9099
- 9199:9199
- 5001:5001
- 5000:5000
- 8080:8080
- 8085:8085
- 9000:9000
- 3003:3003
volumes:
- irebase-volume:/home/node
...
...
...
In order to configure it, user should:
- Enter to image and run firebase login
- firebase init
- Modify firebase.json
- Comment tail command and uncomment firebase emulators:start command
My congrats to your work
Metadata
Metadata
Assignees
Labels
No labels