Skip to content

Commit a1735be

Browse files
author
abrulic
committed
small comment in dockerfile
1 parent 3424bd9 commit a1735be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ARG PNPM_VERSION=10.18.0
1111
RUN npm install -g pnpm@$PNPM_VERSION
1212

1313
# --- Build stage ---
14+
# We consume the docs generated by the CI
1415
FROM base AS build
1516

1617
RUN apt-get update -qq && \
@@ -20,7 +21,7 @@ RUN apt-get update -qq && \
2021
COPY .npmrc package.json ./
2122
RUN pnpm install --prod=false
2223

23-
# Copy the application (including the previously downloaded artifact under docs/)
24+
2425
COPY . .
2526

2627
RUN pnpm run build

0 commit comments

Comments
 (0)