Fix docs how to

This commit is contained in:
Alvaro Revuelta 2023-11-01 15:43:38 +01:00 committed by GitHub
parent c7dc5b9829
commit d9b941fb60
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
```