Sign inSign up

minty/uglifyjs

By minty

Updated over 10 years ago

Simple UglifyJS container.

Image
4

100K+

minty/uglifyjs repository overview

UglifyJS

(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

Tag summary

Content type

Image

Digest

sha256:07f6be159

Size

9.4 MB

Last updated

over 10 years ago

docker pull minty/uglifyjs