--- description: Rules regarding docker usage in the project. globs: Dockerfile* --- - Use Docker for containerization and ensure easy deployment. - Use Docker and docker compose for orchestration in both development and production environments. Avoid using the obsolete `docker-compose` command.