Verify canary release
Link to code that reproduces this issue
https://github.com/vercel/turborepo/tree/main
Which canary version will you have in your reproduction?
...I'm not sure sorry.
Environment information
Expected behavior
When PNPM is selected when creating a turborepo with the docker example, I would expect the dockerfile to use PNPM and no Yarn.
Actual behavior
When PNPM is selected with the docker example YARN is used.
To Reproduce
repo steps:
- Create a new project with pnpm:
npx create-turbo@latest -e with-docker
- when prompted to select pnpm, enter yes.
- check this file: turborepo/examples/with-docker/apps/web/Dockerfile and see if PNPM is used
Additional context
No response