I'm using Dockware in order to learn Shopware theme development. When using the "make watch-storefront" command in the container, chromium is downloaded. Even though it is only 142MB it takes a loooong long time to finish.
Does anyone know why that is or how I speed this up?
CodePudding user response:
I am not an expert in dockware setup, but there is an environment variable you may use to avoid downloading of chromium:
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
(again I admit I would not know how to pass this correctly into dockware)
CodePudding user response:
Looks like it solved itself over night. No idea why. :-/