Skip to content

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

Description

@tkrah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions