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.
도커 이미지로 빌드가 가능하도록 Docker 관련 변경 사항을 추가했습니다:
DOMAIN
상수에docker
환경에 대한 조건을 추가하여,NODE_ENV
가docker
로 설정된 경우process.env.DOMAIN
값을 사용하도록 수정했습니다.Dockerfile 및 .dockerignore 추가:
Dockerfile
을 추가하였습니다.README에 Docker 관련 내용 추가:
Dockerfile
을 이용한 애플리케이션 빌드 및 실행 방법 문단을 추가했습니다.변경된 파일
src/constants/index.ts
:DOMAIN
상수에docker
환경 지원 추가Dockerfile
: 애플리케이션의 도커 컨테이너 이미지를 빌드할 수 있도록 설정.dockerignore
: 도커 빌드 시 불필요한 파일들을 제외하도록 설정README.md
: Docker 관련 내용을 추가하여 문서화