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

添加 pnpm 支持 #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

添加 pnpm 支持 #48

wants to merge 1 commit into from

Conversation

cpp233
Copy link

@cpp233 cpp233 commented Apr 18, 2024

修改添加 pnpm 支持

Dockerfile

# 不加参数为默认 yarn
docker build -t node/resume:0.1 .
# 加参数使用 pnpm
docker build -t node/resume:0.1 .  --build-arg TARGET=pnpm

# 一些执行时间
# [+] Building 142.8s (14/14) FINISHED
# [+] Building 121.2s (14/14) FINISHED
# [+] Building 154.6s (14/14) FINISHED

yarn.lock 里面的淘宝源,证书过期了

# error An unexpected error occurred: "https://registry.npm.taobao.org/...: certificate has expired".

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.

None yet

1 participant