Merge pull request #4 from waku-org/fix-docs

Fix docs how to
This commit is contained in:
Alvaro Revuelta 2023-11-01 15:43:47 +01:00 committed by GitHub
commit 43e6d72a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,5 @@ npm run serve
```bash
docker build -t waku_frontend .
docker run -d -p 3000:3000 -p waku_frontend
docker run -d -p 300:3000 waku_frontend
```