edge / account

Account portal for managing Edge services
Other
3 stars 1 forks source link

Reduce Docker image size #147

Closed annybs closed 1 year ago

annybs commented 2 years ago

The latest Docker builds have been >1GB in size. See if this can be reduced, which would optimise our build workflows.

annybs commented 1 year ago

I have experimented with this previously but didn't get much of a benefit in my initial efforts. It turns out that most of the size of the image is not the OS but in fact node_modules.

This is a fairly low value-add given we only deploy Account to two instances in our own infrastructure, so I am closing this down as part of issues housekeeping.