Update README.md

This commit is contained in:
Bastian Meissner 2021-03-19 15:50:59 +01:00 committed by GitHub
parent b764815655
commit 79fe8dedd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ $ yarn serve:production
```
$ docker run -d \
-v $(pwd)/data:/app/data
-p 3000:3000 \
-p 8080:8080 \
--name dashboard \
phntxx/dashboard
```