Alexander Belanger 5 лет назад
Родитель
Сommit
41a6969a7e
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      dashboard/.dockerignore
  2. 1 0
      docker-compose.dev.yaml

+ 1 - 0
dashboard/.dockerignore

@@ -0,0 +1 @@
+node_modules

+ 1 - 0
docker-compose.dev.yaml

@@ -7,6 +7,7 @@ services:
     restart: on-failure
     volumes:
       - ./dashboard:/webpack:rw,cached
+      - /webpack/node_modules
   porter:
     build:
       context: .