Selaa lähdekoodia

chore: Remove common volume

Owen Diffey 1 viikko sitten
vanhempi
commit
fcd95a24c7
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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