Y
Hacker News
new
|
ask
|
show
|
jobs
by
riddley
822 days ago
This is super cool. Any chance you'd make a Docker container for it to simplify usage for people who are scared of node?
1 comments
turtlebits
822 days ago
You 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
link