chore: fix formatting

This commit is contained in:
David Germain
2024-06-07 19:36:07 +02:00
committed by benfurber
parent 439ac3149a
commit f2993672ed

View File

@@ -81,16 +81,11 @@ RUN \
echo "firebase emulators:export --project demo-community-platform-emulated --force ./dump\n" >> ./export.sh && \
chmod +x ./export.sh
# This folder needs to exist because otherwise
# the emulators error if the user did not mount
# their own folder.
RUN mkdir /seed
# These should be the ports specified in firebase.json
EXPOSE 4001 4002 4003 4004 4005 4006 4007 4008
CMD \
firebase emulators:start \
--project demo-community-platform-emulated \
--only auth,functions,firestore,pubsub,storage,hosting,database \
--import=/seed
firebase emulators:start \
--project demo-community-platform-emulated \
--only auth,functions,firestore,pubsub,storage,hosting,database \
--import=/app/functions/data/emulator