Browse Source

Bind-mount grunt configs directory to persist changes over time

Mark Shust 2 years ago
parent
commit
06faafee56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compose/docker-compose.dev.yml

+ 1 - 0
compose/docker-compose.dev.yml

@@ -11,6 +11,7 @@ services:
       - ./src/composer.lock:/var/www/html/composer.lock:cached
       - ./src/composer.lock:/var/www/html/composer.lock:cached
       - ./src/grunt-config.json.sample:/var/www/html/grunt-config.json:cached
       - ./src/grunt-config.json.sample:/var/www/html/grunt-config.json:cached
       - ./src/Gruntfile.js.sample:/var/www/html/Gruntfile.js:cached
       - ./src/Gruntfile.js.sample:/var/www/html/Gruntfile.js:cached
+      - ./src/dev/tools/grunt/configs:/var/www/html/dev/tools/grunt/configs:cached
       - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached
       - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached
       - ./src/package.json.sample:/var/www/html/package.json:cached
       - ./src/package.json.sample:/var/www/html/package.json:cached
       #- ./src/auth.json:/var/www/html/auth.json:cached
       #- ./src/auth.json:/var/www/html/auth.json:cached