fix(docs): copy operator/reviewer/changelog dirs to docker image
This commit is contained in:
+4
-2
@@ -15,9 +15,11 @@ COPY package.json pnpm-lock.yaml ./
|
||||
RUN npm install -g --silent pnpm@9.15.4 \
|
||||
&& pnpm install --frozen-lockfile
|
||||
|
||||
# Copy остальное (toc, .yfm, markdown).
|
||||
COPY .yfm toc.yaml index.md ./
|
||||
# Copy остальное (toc, .yfm, markdown + content directories).
|
||||
COPY .yfm toc.yaml index.md changelog.md ./
|
||||
COPY integration ./integration
|
||||
COPY operator ./operator
|
||||
COPY reviewer ./reviewer
|
||||
|
||||
RUN pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user