We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could try this for the latest pnpm version build process of Dockerfile:
pnpm
And this config can also prevent the pnpm shell not found problem.
RUN npm i -g pnpm serve && \ SHELL="/bin/bash" pnpm setup && \ pnpm i --frozen-lockfile && \ pnpm build
The text was updated successfully, but these errors were encountered:
Xanonymous-GitHub
No branches or pull requests
Description
We could try this for the latest
pnpm
version build process of Dockerfile:And this config can also prevent the pnpm shell not found problem.
The text was updated successfully, but these errors were encountered: