Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 210 Bytes

File metadata and controls

11 lines (8 loc) · 210 Bytes

How to build

docker build . -t derit/firestore-emulator

How to run

docker run --name firestore-emulator -d -e FIRESTORE_PROJECT_ID=test -p 8080:8080  derit/firestore-emulator