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

yarn not installed in the Docker image - website publish failed #5

Open
tkrah opened this issue Dec 20, 2022 · 0 comments
Open

yarn not installed in the Docker image - website publish failed #5

tkrah opened this issue Dec 20, 2022 · 0 comments

Comments

@tkrah
Copy link

tkrah commented Dec 20, 2022

Hi,

this line:

/website/publish.sh -f

does need yarn to be installed since commit-hash .
However the Dockerfile does not install yarn via npm - so it fails to publish the site. Could be easily fixed with a

RUN npm install -g yarn

before the entrypoint command.

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