-
-
Save beshkenadze/4ecbc88aa3c29ee3138ee3029daa08b7 to your computer and use it in GitHub Desktop.
Find largest modules / Check a docker image size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
du -sh ./node_modules/* | sort -nr | grep '\dM.*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
docker history {IMAGE:TAG} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment