waku-org / waku-frontend

Waku's frontend. Interact with your waku node via this simple user interface
1 stars 2 forks source link

Dockerized image taking too much space #5

Closed alrevuelta closed 11 months ago

alrevuelta commented 12 months ago

Dockerized image seems to take too much space: 796.56 MB as reported by dockerhub. Built locally (see instructions) and using docker image ls its 2GB.

Reduce the space it consumes to something more reasonable.

weboko commented 12 months ago

This PR https://github.com/waku-org/waku-frontend/pull/7 should reduce used space by not copying / downloading node_modules in image. Because of that nodejs image is not needed and we can use something lightweight - with httpd it is only 208Mb.