mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
chore: add git command and set safe dir
This commit is contained in:
parent
58524aceaa
commit
2879f3775b
@ -5,6 +5,9 @@ USER 0:0
|
|||||||
RUN corepack enable \
|
RUN corepack enable \
|
||||||
&& corepack enable pnpm
|
&& corepack enable pnpm
|
||||||
|
|
||||||
|
RUN apk add --no-cache git~=2.43.4 \
|
||||||
|
&& git config --add --system safe.directory /mermaid
|
||||||
|
|
||||||
ENV NODE_OPTIONS="--max_old_space_size=8192"
|
ENV NODE_OPTIONS="--max_old_space_size=8192"
|
||||||
|
|
||||||
EXPOSE 9000 3333
|
EXPOSE 9000 3333
|
||||||
|
Loading…
x
Reference in New Issue
Block a user