Why is Dockware's watch-storefront so slow?

Viewed 50

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?

1 Answers

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)

Related