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

add docker volume for pnpm-store #476

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Conversation

lihebi
Copy link
Collaborator

@lihebi lihebi commented Aug 28, 2023

Following up #475, add a docker volume pnpm-store, which serves two purposes:

  1. Without it, pnpm install will throw an error. We had to use pnpm config set store-dir ~/pnpm to bypass the error, but this led to unusable pnpm add/remove afterward. Ref: ENOENT: no such file or directory, pnpm/pnpm#3952 (comment)
  2. This volume is mounted to all service containers and will cache and speed up pnpm install and pnpm add/remove

@lihebi lihebi merged commit 0c1bfbd into codepod-io:main Aug 28, 2023
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