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
+7
View File
@@ -0,0 +1,7 @@
services:
bee-dashboard:
build: .
image: ethersphere/bee-dashboard:latest
ports:
- '127.0.0.1:8080:8080'
restart: unless-stopped