NavyStack
NavyStack
Personally, I don't think it's a bug
 how big? Do you think 685MB is big?
My Docker images use nodebb/nodebb direactly https://github.com/NavyStack/nodebb-docker/blob/8f5d1b1099641414c8e7bdd8c550c10fde16b002/Dockerfile#L21  It looks work properly  But when use `github.com/nodebb/nodebb` direactly and build it size * 1.5 * Tag name `should-i-reduce-2` used `RUN...
`RUN npm cache clean --force` doesn't make much sense, since the container starts with `npm install` when it starts.
https://github.com/NodeBB/NodeBB/blob/269fc06835b0d1afc0a90dedc16d32be78069315/install/docker/entrypoint.sh#L79
So why not just PR it right away? I don't really care because I use my personal image. It's opensource
Related to https://github.com/alonswartz/notesium/issues/61
## Continuous Integration and Workflows If it aligns with the team's vision, we would be more than willing to contribute workflows for building Docker images as part of the project’s...