diff --git a/prod-stack.py b/prod-stack.py index 97d73e8..813e0c7 100644 --- a/prod-stack.py +++ b/prod-stack.py @@ -634,7 +634,7 @@ services = [ { 'name': 'Indexer', - 'command': 'indexer', + 'command': ['indexer', '--deep-clone'], 'memory': '256', 'secrets': [ 'SSH_KEY', 'GH_Token',