인프런 커뮤니티 질문&답변
소스 변경시
작성
·
255
답변 1
0
John Ahn
지식공유자
아 뒤에 가시면 그 방법을 배웁니다 ~
먼저 예를 들면
frontend:
build:
dockerfile: Dockerfile.dev
context: ./frontend
volumes:
- /app/node_modules
- ./frontend:/app
stdin_open: true
이렇게 docker-compose.yml 파일에 이렇게 해주시면 됩니다 ^^




