Comment on Show HN: Jampack – Optimizes static websites as a post-processing stepparentComments−turtlebits2yYou don't need a prebuilt docker container, just run the command from within a node image. docker run -v ${PWD}:/dist node npx @divriots/jampack /dist
Comments
You don't need a prebuilt docker container, just run the command from within a node image.