clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

can I rebuild the image so I can integrate an extension? #59

Closed jegacs closed 6 years ago

jegacs commented 6 years ago

I see that in the src directory is the source code of magento. How could I rebuild the image in order to add modified source code I want to test? This is because I want to test an integration. Thanks.

rafaelstz commented 6 years ago

Hi Gabriel,

You can install dependencies even if not rebuild the image, all modified code that you do can be on src folder.

What's your OS?

jegacs commented 6 years ago

Im using Ubuntu 18.04. You mean src folder outside the magent docker image?

rafaelstz commented 6 years ago

You can add new files directly into your src folder, this folder in sync with your container.