docker build --tag browser-phone:latest .
The dockerfile creates a docker image with a functional Asterisk v20 instance and then loads in InnovateAsterisk’s Browser-Phone app. The Browser-Phone app will use the HTTP server built inside the Asterisk server so a separate HTTP server will not be needed.
The docker instance expects to be executed with a Debian Bookworm Linux execution environment. Since you are using Windows, you will need to either install Windows Subsystems for Linux (WSL) or install a VM running Linux and run the docker image within it.
If you build the docker image and can successfully run it, then you can access the Browser-Phone app by accessing the URL:
https://localhost:8089/
(if your web browser is running on the same host as the docker Asterisk instance)
or
https://IP_address_of_host_running_docker_Asterisk_instance:8089/
(if your web browser is NOT on the same host as the docker Asterisk instance)
I can’t tell you much else about your issue because the error message was truncated for your posting.
See ya…
d.c.