Tool to generate magesuite/magepack configuration file
Run docker image with:
docker run -t -i --rm nemke82/magepack-generator bash
Then generate magepack.config.js using following command (substitute with real domain name):
magepack generate --cms-url="https://magentocommand.ml" --category-url="https://magentocommand.ml/category-2/category-2-1/category-2-1-1.html" --product-url="https://magentocommand.ml/category-2/category-2-1/category-2-1-1/simple-product-122.html"
Once done copy magepack.config.js file to server and continue as per https://github.com/magesuite/magepack instructions from https://github.com/magesuite/magepack#bundling part.
This tool is used just to generate magepack.config.js file instead compiling robust Chromium/Puppeteer within production Docker images.