PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
22 stars 8 forks source link

feat(run): ease mounting $PS_FOLDER entirely #33

Closed jokesterfr closed 7 months ago

jokesterfr commented 7 months ago
Questions Answers
Description? If you want to mount the whole $PS_FOLDER directory while running PrestaShop Flashlight, you may encounter issues. Either (1) your local configuration could be overriden and lost or (2), you would miss any configuration. For (1) we perform a backup file, and (2) search for a built version of the parameters to write it in your local volume. Such usage was not expected in early design stages of Flashlight, but are welcome to provide new use cases.
Type? new feature
BC breaks? no
Deprecations? no
Sponsor company The Core team
How to test? Mount your PrestaShop sources in flashlight with a docker volume to try it out.