Skip to content

Instantly share code, notes, and snippets.

@cerisier
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cerisier/b14c0f79d0a6ba2332dc to your computer and use it in GitHub Desktop.
Save cerisier/b14c0f79d0a6ba2332dc to your computer and use it in GitHub Desktop.
Drupal docker using drush make
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