feat: added Dockerfile (#75)

* feat: added Dockerfile (#72)

* fix: applying requested fixes on Dockerfile

* fix: updated exposed port on Dockerfile
chore: updated readme with docker instructions

* Update README.md

Co-authored-by: nugaon <50576770+nugaon@users.noreply.github.com>

* fix: fixed codeblock in readme

Co-authored-by: nugaon <50576770+nugaon@users.noreply.github.com>
This commit is contained in:
Mirko Da Corte
2021-05-25 16:43:26 +02:00
committed by GitHub
parent ce949d380c
commit aab0462047
2 changed files with 21 additions and 0 deletions
+9
View File
@@ -45,6 +45,15 @@ npm run serve
You can now access Bee Dashboard on [http://localhost:8080/](http://localhost:8080/)
## Docker
To build Docker image and run it, execute the following from inside project directory:
```sh
docker build . -t bee-dashboard
docker run --rm -p 127.0.0.1:8080:8080 bee-dashboard
```
## Contribute
There are some ways you can make this module better: