5f5dc9c851
Reverted docker exec back to -it (required for interactive bash). Instead, sends stty command with \r to hide it from the terminal display: - \r moves cursor to start of line (overwrites prompt) - stty command executes silently (no output on success) - \r moves cursor back to start, hiding echoed command This sends stty on EVERY resize so the container shell always matches frontend dimensions.