Skip to content

Commit

Permalink
Closes #4 Add volume for composer lock and json
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gading committed Dec 4, 2017
1 parent 5e1da03 commit 3642f69
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
- ./drupal/web/modules:/var/www/html/web/modules
- ./drupal/web/themes:/var/www/html/web/themes
- ./drupal/web/profiles:/var/www/html/web/profiles
- ./drupal/composer.json:/var/www/html/composer.json
- ./drupal/composer.lock:/var/www/html/composer.lock
- ./php/000-default.conf:/etc/apache2/sites-available/000-default.conf
ports:
- 9000:80
Expand Down
1 change: 1 addition & 0 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/console": "^1.0.2",
"drupal/core": "~8.4",
"drupal/devel": "^1.2",
"drush/drush": "~8.0|^9.0.0-beta8",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3"
Expand Down
84 changes: 83 additions & 1 deletion drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3642f69

Please sign in to comment.