Skip to content

Commit

Permalink
Merge pull request #5834 from kairi003/bug/5833_add_git_for_changeset
Browse files Browse the repository at this point in the history
chore: add `git` to dev image for `changeset`
  • Loading branch information
sidharthv96 authored Sep 8, 2024
2 parents bf98420 + 2879f37 commit c95a0c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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 c95a0c7

Please sign in to comment.