Question about pnpm install in docker setup #9607
Replies: 1 comment
-
Just found out about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Am I wrong to expect pnpm installing dependencies based on
pnpm-lock.yaml
andpnpm-workspace.yaml
?I'm trying to follow docker best practices of first copying package.json and lockfile, then installing dependencies and then source code. But it doesn't seem to work.
After checking container files, there are no
node_modules
.Beta Was this translation helpful? Give feedback.
All reactions