Problem:
Docker is not working as expected. When running Docker, the CLI appears, but users cannot proceed with the setup.
Steps to Reproduce:
- Run Docker for the project.
- Observe that the CLI opens, but setup cannot be completed as a user.
Expected Behavior:
Users should be able to configure the project via the Docker CLI setup.
Proposed Solution:
- Add a special flag to the CLI specifically for Docker installation.
- Create/extend the setup flag to utilize the
--web option to support Docker-specific installations.
Notes:
This improvement will enhance usability for users running the project in Docker environments and streamline setup procedures.