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

Update Dockerfile pnpm version #19

Open
Xanonymous-GitHub opened this issue Aug 24, 2022 · 0 comments
Open

Update Dockerfile pnpm version #19

Xanonymous-GitHub opened this issue Aug 24, 2022 · 0 comments
Assignees

Comments

@Xanonymous-GitHub
Copy link
Collaborator

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.

RUN npm i -g pnpm serve && \
    SHELL="/bin/bash" pnpm setup && \
    pnpm i --frozen-lockfile &&  \
    pnpm build
@Xanonymous-GitHub Xanonymous-GitHub self-assigned this Aug 24, 2022
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

No branches or pull requests

1 participant