Commits
Click on a commit to change the comparison rangefix: Remove 60 MB (28%) of dev dependencies from final docker images
All development dependencies were previously bundled in the final image.
Most notably, this included typescript compiler (22 MiB), esbuild (12.7 MiB),
and some type declaration packages.
Not copying development dependencies saves about 60 MB of storage space.
For x86_64 this makes the image size go down from 217 MiB to 156 MiB, and
similarly for arm64 -- from 213 MiB to 153 MiB.