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

[CHORE] 도커 파일 최적화 #266

Open
holim0 opened this issue Nov 26, 2024 · 1 comment
Open

[CHORE] 도커 파일 최적화 #266

holim0 opened this issue Nov 26, 2024 · 1 comment
Assignees
Labels
⚙️ Chore build와 관련된 부분, 패키지 매니저 설정 등 여러가지 production code와 무관한 것들

Comments

@holim0
Copy link
Collaborator

holim0 commented Nov 26, 2024

작업 사항

  • 패키지 관리 설정 파일 (package.json, yarn.lock, .pnp*, .yarnrc.yml, .yarn)을 먼저 복사하여 yarn install 단계가 최대한 Docker 캐싱을 활용하도록 구성
  • yarn install 옵션 추가
    • --frozen-lockfile 옵션을 추가하여 yarn.lock 파일에 정의된 종속성을 강제로 일치시키도록 설정

참고

@holim0 holim0 added the ⚙️ Chore build와 관련된 부분, 패키지 매니저 설정 등 여러가지 production code와 무관한 것들 label Nov 26, 2024
@holim0 holim0 self-assigned this Nov 26, 2024
@createhb21
Copy link
Member

오 좋은데요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Chore build와 관련된 부분, 패키지 매니저 설정 등 여러가지 production code와 무관한 것들
Projects
None yet
Development

No branches or pull requests

2 participants