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.
주요 변경 사항
�로컬용 도커 파일과 빌드용 도커 파일을 분리합니다.
로컬용 도커 파일에서는
start:dev
모드로 서버를 실행시켜 파일이 변경되면 다시 리빌드되도록 합니다.변경 이유
로컬 개발 환경 개선을 위함입니다. 기존에는 코드 변경 후 도커 파일을 다시 빌드해야 해서 변경 사항을 돌려보기까지 긴 시간이 걸렸지만 이제 한 번 켜두면 변경 사항이 발생할 때마다 서버를 재시작하므로 빠르게 변경 사항의 결과를 알 수 있습니다.