You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current size of Docker image is 480.32MB, which is quite hefty!
The source code is compressed when building into dist/ using esbuild, so optimisations need to be found elsewhere.
Most of the bloat comes from node_modules and the Docker image.
Current size of Docker image is 480.32MB, which is quite hefty!
The source code is compressed when building into
dist/
using esbuild, so optimisations need to be found elsewhere.Most of the bloat comes from node_modules and the Docker image.
package-lock.json
(reduces size by ~203kB): ci(cd): remove dev dependencies from package-lock.json #1413node:18-alpine
Docker image overnode:18-bullseye-slim
: awaiting UnRTF to be added to stable Alpine release (in testing in edge atm)node_modules/htmltidy2/bin
(reduces size by ~2760kB): build(docker): remove htmltidy2 win32 and macos binaries #1415Excluding the Docker image swap, the changes above would drop the size by 53.61MB (~11.16%).
The text was updated successfully, but these errors were encountered: