Strip CRLF from entrypoint scripts in backend/frontend images, use Docker DNS in staging nginx config, and wait for healthy app services before nginx. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
111 B
Plaintext
3 lines
111 B
Plaintext
# Shell scripts must use LF — CRLF breaks Alpine entrypoints ("No such file or directory").
|
|
*.sh text eol=lf
|