You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this library with spotify/[email protected] in a Dockerfile and It works.
However spotify/techdocs released a new version @v1.2.6 and mermaid is not working any longer.
FROM spotify/techdocs:v1.2.6
RUN apk --no-cache add nodejs npm chromium
RUN npm install -g @mermaid-js/mermaid-cli
RUN pip install markdown-inline-mermaid
# Set mermaid-cli envs to link to installed chromiumENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I use this library with spotify/[email protected] in a Dockerfile and It works.
However spotify/techdocs released a new version @v1.2.6 and mermaid is not working any longer.
If I use spotify/[email protected], It still works correctly.
To Reproduce
Create a Dockerfile with:
Create the image
docker build . -t my-awesome-mkdocs-previewer-image:1.2.6 -f ./Dockerfile
Expected behavior
Create the image. No errors.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: