Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
기존에는 이미지를 run할 때, 로컬에 있는 파일을 명령어로 mount 하고 있음
- 각자 매번 볼륨 파일을 로컬에 받고, 업데이트 해줘야 함.
- 서버 코드를 받지 않고, 통합 테스트를 진행하고 싶지만 현재는 볼륨파일을 받기 위해 코드를 받아야 함.
- 따라서 처음 이미지를 빌드할 때 볼륨 파일을 설정할 수 있도록 코드 개선
현재는 서버를 받을 필요도 없고, 볼륨을 설정하지 않아도 됨
도커 실행 문서 참고