Explorar o código

updated docker compose dev

Alexander Belanger %!s(int64=5) %!d(string=hai) anos
pai
achega
41a6969a7e
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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: .