alexcheng1982 / docker-magento2

Docker image for Magento Open Source 2
MIT License
381 stars 258 forks source link

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

Open Tenoke opened 4 years ago

Tenoke commented 4 years ago

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
Asitis commented 3 years ago

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