Browse Source

chore: Remove common volume

Owen Diffey 1 tuần trước cách đây
mục cha
commit
fcd95a24c7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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