-
Notifications
You must be signed in to change notification settings - Fork 33
feat: mermaid filter #232
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
base: develop
Are you sure you want to change the base?
feat: mermaid filter #232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two questions, but I can see mermaid rendering in the deployment 🎉
build: | ||
context: . | ||
target: release # build the release stage | ||
platform: linux/amd64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming this can still be run on a Mac M-Series device using ARM? It just won't be native and as fast?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct!
RUN useradd --create-home --shell /bin/bash appuser | ||
RUN chown -R appuser:appuser /book | ||
RUN chmod 644 /etc/puppeteer-config.json | ||
USER appuser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a requirement of running mdbook, or a way to start a new bash environment? It doesn't look like puppeteer-config.json
specifies any particular user. Oh, maybe it's just so it's run as a non-root user?
No description provided.