We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be10c1 commit 2e0e422Copy full SHA for 2e0e422
Dockerfile
@@ -2,6 +2,9 @@ FROM node:22-alpine AS builder
2
3
WORKDIR /app
4
5
+# Install git for sync-wiki script
6
+RUN apk add --no-cache git
7
+
8
COPY package.json yarn.lock ./
9
RUN yarn install --frozen-lockfile
10
0 commit comments