docker-magento2 icon indicating copy to clipboard operation
docker-magento2 copied to clipboard

Unable to install extension from folder by providing it as a volume

Open Tenoke opened this issue 4 years ago • 1 comments

Following the instructions in the README, I'm trying to add my extension as a volume (the folders show up successfully), however, my extension is not detected.

    volumes:
      - /magento-plugin:/var/www/html/app/code/MY_EXTENSION
      - /magento-plugin:/var/www/html/app/code/MY_EXTENSION
      - /magento-plugin:/var/www/html/vendor/magento/module-MY_EXTENSION
      - /magento-plugin:/var/www/html/vendor/MY_EXTENSION/aristanedr
      - /magento-plugin:/var/www/html/vendor/MY_EXTENSION

Tenoke avatar Oct 24 '19 14:10 Tenoke

I'm having the same issue, did you ever find a solution?

Asitis avatar Sep 08 '20 14:09 Asitis