Files
odootrain/docker-compose.yml
Carlos Garcia 3d94c4eb25 fix: use list-form command with literal block to avoid sh syntax error
YAML folded scalar (>) preserves newlines on more-indented continuation
lines, so the shell received && on its own line which is invalid in
dash. Switched to the list form [/bin/sh, -c, |script|] so Docker
passes the script verbatim to sh -c without double-wrapping.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 12:20:08 -04:00

2.8 KiB