fix: dockerfile build and use compose

This commit is contained in:
Balint Ujvari
2026-03-11 18:44:11 +01:00
committed by Bálint Ujvári
parent 220618f19b
commit 76bf2211ca
5 changed files with 76 additions and 13 deletions
+6
View File
@@ -79,6 +79,12 @@ docker build . -t bee-dashboard
docker run --rm -p 127.0.0.1:8080:8080 bee-dashboard
```
Alternatively, use Docker Compose:
```sh
docker compose up
```
Bee dashboard is now available on [`http://localhost:8080`](http://localhost:8080)
### Development