sh build.sh
docker run --rm -it --init -v $(pwd):/project -p 5000:5000 ynishi/firebase-docker firebase
# setup
LINT=[eslint|tslint]
docker run --rm -it --init -v $(pwd):/project ynishi/firebase-docker $LINT --init
# install plugin
docker run --rm -it --init -v $(pwd):/project ynishi/firebase-docker yarn
Content type
Image
Digest
Size
310.1 MB
Last updated
over 7 years ago
docker pull ynishi/firebase-docker