You can create a release to package software, along with release notes and links to binary files, for other people to use.
├── docker-compose.yml # Docker構成 ├── Dockerfile # Webサーバー設定 ├── html/ # CakePHP 5アプリケーション ├── docker/ # Docker設定ファイル │ ├── apache/ # Apache設定 │ ├── php/ # PHP・Xdebug設定 │ └── mysql/ # MySQL初期化 ├── ...