v.24.1Improvement

Change Working Directory to Data Path in Docker Container

Change working directory to the data path in docker container. #58975 (cangyin).
Changed the working directory in the ClickHouse Docker container to the data path directory.

Why it matters

This change ensures that the working directory inside the ClickHouse Docker container is set to the data path, which helps in correctly locating and managing data files within the container environment.

How to use it

No explicit user action is needed. When running the ClickHouse Docker container, the working directory is automatically set to the data path.