Skip to content

Commit 3da6c92

Browse files
author
Mauricio Siu
committed
chore: remove openapi.json copy step from Dockerfile.docs
- Eliminated the step that copied openapi.json to the docs public folder to streamline the Docker build process. - This change aligns with recent documentation cleanup efforts and avoids redundancy in file management.
1 parent fe3b4b2 commit 3da6c92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile.docs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ WORKDIR /usr/src/app
1111
# Install dependencies
1212
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/docs --frozen-lockfile
1313

14-
# Copy openapi.json to docs public folder
15-
RUN mkdir -p /usr/src/app/apps/docs/public && \
16-
cp /usr/src/app/public/openapi.json /usr/src/app/apps/docs/public/openapi.json
17-
1814
# Generate OpenAPI documentation
1915
RUN pnpm --filter=./apps/docs run build:docs
2016

0 commit comments

Comments
 (0)