Skip to content

Commit

Permalink
fix: Update firebase emulator command
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Ratie authored and solufa committed Nov 14, 2023
1 parent d2f536a commit df581dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
env_file:
- ./docker/dev/.env
working_dir: /opt/workspace
command: firebase emulators:start --only=auth --project=emulator --import=seeder
command: firebase emulators:start --only=auth --project=emulator --import ./firebase-export --export-on-exit

minio:
image: minio/minio:RELEASE.2023-08-23T10-07-06Z
Expand Down

0 comments on commit df581dc

Please sign in to comment.