fix: dockerfile build and use compose
This commit is contained in:
committed by
Bálint Ujvári
parent
220618f19b
commit
76bf2211ca
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
bee-dashboard:
|
||||
build: .
|
||||
image: ethersphere/bee-dashboard:latest
|
||||
ports:
|
||||
- '127.0.0.1:8080:8080'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user