UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 2fd86ff9 authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

BULL-3225-better-startup - Update syntax to prevent mangled array notation.

parent e7eb75ad
No related branches found
No related tags found
1 merge request!11BULL-3225-better-startup
......@@ -11,7 +11,7 @@ services:
command: >
sh -c "chmod +x /local-dev/scripts/setup.sh && /local-dev/scripts/setup.sh"
healthcheck:
test: [ "CMD", "sh", "-c", "test -d /local-dev/reports" ]
test: "sh -c 'test -d /local-dev/reports'"
interval: 10s
timeout: 5s
retries: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment