-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
ISSUE ✅ : BUG
📖 Summary
호스트 환경에서 pnpm으로 외부 라이브러리를 설치한 후 Docker 컨테이너를 빌드하면 설치한 라이브러리를 찾지 못하는 문제가 발생합니다.
재현 방법:
- 로컬 환경에서 pnpm을 사용하여 의존성 설치
- Dockerfile을 사용하여 이미지 빌드 (./setup.sh
- 컨테이너 실행 시 "모듈을 찾을 수 없음" 오류 발생
예상 동작:
Docker 컨테이너 내에서 호스트에서 pnpm으로 설치한 라이브러리를 정상적으로 인식하고 사용할 수 있어야 함
실제 동작:
Docker 컨테이너에서 "모듈을 찾을 수 없음" 오류 발생
Error Script
에러 내용 전체를 첨부해주세요.
Photo
버그 재현 스크린샷을 첨부해주세요.
ETC
예상되는 동작을 설명해주세요.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working