Skip to content

Commit

Permalink
chore: add git command and set safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kairi003 committed Sep 7, 2024
1 parent 58524ac commit 1ab5014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ USER 0:0
RUN corepack enable \
&& 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"

EXPOSE 9000 3333

0 comments on commit 1ab5014

Please sign in to comment.