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

Docker Problem #3746

Open
NalinDalal opened this issue Feb 26, 2025 · 1 comment · May be fixed by #3756
Open

Docker Problem #3746

NalinDalal opened this issue Feb 26, 2025 · 1 comment · May be fixed by #3756

Comments

@NalinDalal
Copy link

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

Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

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

Successfully merging a pull request may close this issue.

1 participant