소스 검색

chore: Remove common volume

Owen Diffey 1 주 전
부모
커밋
fcd95a24c7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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