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

fix(be): using npm when install pnpm on build image #2353

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

jspark2000
Copy link
Member

@jspark2000 jspark2000 commented Feb 4, 2025

Description

백엔드 API 도커이미지 빌드시에
pnpm을 corepack이 아닌 npm으로 설치하도록 수정합니다

before

RUN corepack enable

after

RUN npm install -g pnpm

Additional context

corepack 관련 이슈
nodejs/corepack#612


Before submitting the PR, please make sure you do the following

Copy link
Member

@jimin9038 jimin9038 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corepack 고쳐지면 다시 사용할 수 있도록 주석 하나만 달아주실 수 있나요?

@jspark2000
Copy link
Member Author

달았습니다!

@jspark2000 jspark2000 merged commit 4020234 into main Feb 5, 2025
9 checks passed
@jspark2000 jspark2000 deleted the hotfix/disable-corepack-on-backend-dockerfile branch February 5, 2025 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants