Skip to content

Docker Problem #3746

Open
Open
@NalinDalal

Description

@NalinDalal

I was trying to run the website repo using docker, as mentioned in readme file, when i ran the command it gave this:

> docker run --rm -it -v "$PWD":/async -p 3000:3000 asyncapi-website

> @asyncapi/[email protected] dev
> npm run build-scripts && next dev


> @asyncapi/[email protected] build-scripts
> npm run build:pages && npm run lint:mdx && npm run build:posts


> @asyncapi/[email protected] build:pages
> node scripts/build-pages.js && npm run format:mdx


> @asyncapi/[email protected] format:mdx
> prettier --write "**/*.mdx"

sh: prettier: not found

as we can see that log says that prettier was not found, what can we do, i am trying to see for the dockerfile itself
but still i am confused, is it like my side or from file itself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions