open-notebook/.gitattributes
Greg G 4d4330fb3f
fix(docker): make wait-for-api.sh POSIX and enforce LF line endings (#586) (#598)
* fix(docker): make wait-for-api.sh POSIX and enforce LF line endings (#586)

* fix: restore inline comment on final exit 0

Addresses review feedback: the comment on the final `exit 0` explains
a non-obvious design decision (frontend still starts when the API
never became ready, so users get a usable UI with connection errors
rather than a dead container).

---------

Co-authored-by: Luis Novo <lfnovo@gmail.com>
2026-04-19 15:49:11 -03:00

2 lines
100 B
Text

# Ensure shell scripts always use LF so they run in Linux containers (e.g. Docker)
*.sh text eol=lf