Skip to content

Commit b54adb1

Browse files
committed
Remove debug flag by default
1 parent 513505e commit b54adb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
build:
3030
context: ..
3131
dockerfile: infra/Dockerfile.firebase
32-
command: yarn emulators:start --debug # TODO: REMOVE THIS
32+
command: yarn emulators:start
3333
working_dir: /app
3434
depends_on:
3535
init:

0 commit comments

Comments
 (0)