woogieReal / MDGround3

3 stars 0 forks source link

[개발환경설정] 새로운 패키지 추가 시, 호스트 머신과 컨테이너의 node_modules가 동기화 되도록 개선 #59

Closed ro-ssang closed 1 year ago

ro-ssang commented 1 year ago

이슈

설명

// docker-compose.yaml

volumes:
     - .:/usr/src/app # 정리한 문서의 data 유지 방법 중 두 번째 경우에 해당 ... (1)
-    - "/usr/src/app/node_modules" # 정리한 문서의 data 유지 방법 중 첫 번째 경우에 해당 ... (2)
-    - "/usr/src/app/.next" # 정리한 문서의 data 유지 방법 중 첫 번째 경우에 해당 ... (3)
woogieReal commented 1 year ago

위키까지 정리해 주셔서 감사합니다. 읽어보니 왜 동기화가 안됐는지 이해가 되네요 감사합니다 👍