Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker 관련 설정 및 문서 추가 #33

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

woorim02
Copy link

@woorim02 woorim02 commented Aug 8, 2024

도커 이미지로 빌드가 가능하도록 Docker 관련 변경 사항을 추가했습니다:

  1. Docker 환경 지원 추가:
  • DOMAIN 상수에 docker 환경에 대한 조건을 추가하여, NODE_ENVdocker로 설정된 경우 process.env.DOMAIN 값을 사용하도록 수정했습니다.
  1. Dockerfile 및 .dockerignore 추가:

    • Dockerfile을 추가하였습니다.
  2. README에 Docker 관련 내용 추가:

    • Dockerfile을 이용한 애플리케이션 빌드 및 실행 방법 문단을 추가했습니다.

변경된 파일

  • src/constants/index.ts: DOMAIN 상수에 docker 환경 지원 추가
  • Dockerfile: 애플리케이션의 도커 컨테이너 이미지를 빌드할 수 있도록 설정
  • .dockerignore: 도커 빌드 시 불필요한 파일들을 제외하도록 설정
  • README.md: Docker 관련 내용을 추가하여 문서화

- DOMAIN 상수에 'docker' 환경에 대한 조건 추가
- NODE_ENV가 'docker'로 설정된 경우 process.env.DOMAIN 값을 사용하도록 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant