Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer Build Lacking Http 5580 Dashboard #776

Open
Chapoly1305 opened this issue Jun 29, 2024 · 0 comments
Open

Developer Build Lacking Http 5580 Dashboard #776

Chapoly1305 opened this issue Jun 29, 2024 · 0 comments

Comments

@Chapoly1305
Copy link

Chapoly1305 commented Jun 29, 2024

When building the docker container with Dockerfile.dev, the Dashboard will not be built. When accessing port 5580 via http, the 404 will occur. Websockets service works normally.

mkdir data
docker build -t python-matter-server .
docker run -it --rm \
  --name matter-server \
  --security-opt apparmor=unconfined \
  -v $(pwd)/data:/data \
  -v /run/dbus:/run/dbus:ro \
  --network=host \
  python-matter-server

Since the dashboard is debugging purpose and accessiable in production build, it shall be built as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant