We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3424bd9 commit a1735beCopy full SHA for a1735be
docs/Dockerfile
@@ -11,6 +11,7 @@ ARG PNPM_VERSION=10.18.0
11
RUN npm install -g pnpm@$PNPM_VERSION
12
13
# --- Build stage ---
14
+# We consume the docs generated by the CI
15
FROM base AS build
16
17
RUN apt-get update -qq && \
@@ -20,7 +21,7 @@ RUN apt-get update -qq && \
20
21
COPY .npmrc package.json ./
22
RUN pnpm install --prod=false
23
-# Copy the application (including the previously downloaded artifact under docs/)
24
+
25
COPY . .
26
27
RUN pnpm run build
0 commit comments