From d14a5c2742a3bf540ae3f04a1069853ba175b97f Mon Sep 17 00:00:00 2001 From: Ivan Grynenko Date: Sat, 22 Dec 2018 15:01:39 +1100 Subject: [PATCH] Allowing custom modules to be added while in local development environment. --- docker-compose.yml | 1 + modules/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 modules/.gitkeep diff --git a/docker-compose.yml b/docker-compose.yml index a62cb68..bf31429 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,6 +14,7 @@ x-volumes: - ./tests/behat/features:/app/web/tests/behat/features:${VOLUME_FLAGS:-delegated} - ./tests/phpunit/tests:/app/web/tests/phpunit/tests:${VOLUME_FLAGS:-delegated} - ./config:/app/config + - ./modules:/app/web/modules/custom:${VOLUME_FLAGS:-delegated} x-environment: &default-environment diff --git a/modules/.gitkeep b/modules/.gitkeep new file mode 100644 index 0000000..e69de29