浏览代码

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