Przeglądaj źródła

chore: Remove common volume

Owen Diffey 1 tydzień temu
rodzic
commit
fcd95a24c7
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      compose.local.yml

+ 0 - 2
compose.local.yml

@@ -2,13 +2,11 @@ services:
   backend:
     volumes:
       - ./.git:/opt/.git:ro
-      - ./common:/opt/common
       - ./types:/opt/types
       - ./backend:/opt/app
 
   frontend:
     volumes:
       - ./.git:/opt/.git:ro
-      - ./common:/opt/common
       - ./types:/opt/types
       - ./frontend:/opt/app