Brett

Results 2 issues of Brett

Changed "PLUGIN_PATH" to "PLUGIN_PATHS" and made it a list (i.e. PLUGIN_PATHS = ['/plugin/dir']) as the previous were depreciated

Prior to making this change I was running into "/bin/sh: 1: locale-gen: not found" - I googled a bit and found a promising answer [here](https://github.com/shipping-docker/php-app/issues/24), gave it a try and...