Copr9 & puma9 on Debian Bully, file tree for docker.
~/copr/copr$ tree  docker/*/files/
docker/backend/files/
├── etc
│   ├── copr
│   │   └── copr-be.conf
│   ├── lighttpd
│   │   ├── conf.d
│   │   │   └── dirlisting.conf
│   │   └── lighttpd.conf
│   └── sysctl.conf
├── home
│   └── copr
├── root
└── run-backend
docker/backend_httpd/files/
└── etc
    └── nginx
        └── conf.d
            └── copr-be.conf
docker/builder/files/
├── etc
│   ├── copr-distgit-client
│   │   └── docker.ini
│   ├── copr-rpmbuild
│   │   └── main.ini
│   └── mock
│       ├── alma+epel-10-x86_64.cfg
│       ├── cs+dev13-9-x86_64.cfg
│       ├── cs+epel-10-x86_64.cfg
│       ├── epel-10.tpl
│       ├── epel+dev12-9-x86_64.cfg
│       ├── repo-extra-stream10.cfg
│       ├── site-defaults.cfg
│       └── templates
│           ├── alma-10.tpl
│           └── epel-10.tpl
├── root
└── usr
    └── share
        └── distribution-gpg-keys
            ├── alma
            │   └── RPM-GPG-KEY-AlmaLinux-10
            └── epel
                └── RPM-GPG-KEY-EPEL-10
docker/distgit/files/
└── etc
    └── copr
        └── copr-dist-git.conf
docker/frontend/files/
├── entrypoint
├── etc
│   ├── copr
│   │   └── copr.conf
│   ├── httpd
│   │   └── conf.d
│   │       └── copr.conf
│   └── mock
│       ├── alma+epel-10-x86_64.cfg
│       ├── cs+dev13-9-x86_64.cfg
│       ├── epel+dev12-9-x86_64.cfg
│       ├── repo-extra-stream10.cfg
│       ├── site-defaults.cfg
│       └── templates
│           └── alma-10.tpl
└── usr
    └── bin
        └── init-database.sh
docker/keygen/files/
├── etc
│   └── httpd
│       └── conf.d
│           └── copr-keygen.conf
└── signd-entrypoint
docker/resalloc/files/
├── etc
│   └── resallocserver
│       ├── pools.yaml
│       └── server.yaml
└── home
    └── resalloc
        └── provision
            └── local-new
39 directories, 35 files