chengxilo commented on PR #1909:
URL: https://github.com/apache/iggy/pull/1909#issuecomment-3005474436

   Is it possible to organize the Dockerfiles by placing each one in its 
respective language folder and naming them simply Dockerfile? For example:
   
   ```
   .
   └── bdd/
       ├── python/
       │   ├── Dockerfile (move Dockerfile.python here)
       │   ├── tests/
       │   │   └── ...
       │   └── requirements.txt
       ├── rust/
       │   ├── Dockerfile (move Dockerfile.rust here)
       │   ├── tests/
       │   │   └── ...
       │   └── Cargo.toml
       ├── Dockerfile (rename Dockerfile.server)
       ├── README.md
       ├── basic_message.feature
       └── docker-compose.yml
   ```
   
   I believe this structure will be better for future development. Also, some 
IDEs may not recognize files like Dockerfile.python or Dockerfile.rust as 
Dockerfiles, so renaming them to just Dockerfile inside each language folder 
improves IDE support and clarity.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to