Last active
August 29, 2015 14:17
-
-
Save cerisier/b14c0f79d0a6ba2332dc to your computer and use it in GitHub Desktop.
Drupal docker using drush make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM samos123/drupal:7.35 | |
ADD drupal.make /drupal.make | |
RUN drush make --no-core /drupal.make /var/www/html | |
RUN ls -la /var/www/html/sites/all/modules ## this will show an empty directory instead of all my modules | |
ADD ./modules/anjuna_helper /var/www/html/sites/all/modules/anjuna_helper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment