This commit is contained in:
Sasha 2023-11-06 21:48:15 +01:00
parent e72df7c3d5
commit f29a5cf6e7
No known key found for this signature in database

View File

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