(using Alpine @ 26.19MB)
Create a helper script (~/bin/uglifyjs)
#!/bin/bash
docker run --rm -v "`pwd`":/code minty/uglifyjs $@
Then run the script for any less files:
% uglifyjs script.js > script.js
Content type
Image
Digest
sha256:07f6be159…
Size
9.4 MB
Last updated
over 10 years ago
docker pull minty/uglifyjs