PrestaShop / docker

🐳
https://hub.docker.com/r/prestashop/prestashop/
MIT License
263 stars 180 forks source link

Pass the modules option to the installer script #379

Open unlocomqx opened 6 months ago

unlocomqx commented 6 months ago

Hi

For convenience, please add the --modules option to the installer invocation

Example

environment:
  PS_MODULES: my_module,another_module

I can provide a PR if needed

Thanks 👋