강의

멘토링

커뮤니티

Inflearn Community Q&A

yongcurri's profile image
yongcurri

asked

Learning Docker and CI Environments by Following Along [Updated 2023.11]

Testing React Apps

npm run test

Written on

·

296

1

docker run -it smileajw1004/docker-react-app npm run test 는 왜 바로 적용이 안되는 건가요?

docker volume을 통해서 node_mudules를 제외하고 다 참조를 하고 있으니 자연스럽게 될거 같아서요 

githubdockerawscicd데이터 엔지니어링travis-ci

Answer 2

0

yongcurri님의 프로필 이미지
yongcurri
Questioner

잘 작동하고 있습니다. 

내부에서 어떻게 작동하는지가 궁금해서요.

볼륨을 통해 node_modules를 제외하고 다 참조하고 있는데

왜 docker run -it ~~~ npm run test가 작동 안되는지 궁굼합니다. 

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

어떤식으로 안되고 있나요~~??

yongcurri's profile image
yongcurri

asked

Ask a question