Skip to content

Commit 2e0e422

Browse files
committed
Add git to Dockerfile.
1 parent 5be10c1 commit 2e0e422

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ FROM node:22-alpine AS builder
22

33
WORKDIR /app
44

5+
# Install git for sync-wiki script
6+
RUN apk add --no-cache git
7+
58
COPY package.json yarn.lock ./
69
RUN yarn install --frozen-lockfile
710

0 commit comments

Comments
 (0)