mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
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.
This commit is contained in:
@@ -11,10 +11,6 @@ WORKDIR /usr/src/app
|
||||
# Install dependencies
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/docs --frozen-lockfile
|
||||
|
||||
# Copy openapi.json to docs public folder
|
||||
RUN mkdir -p /usr/src/app/apps/docs/public && \
|
||||
cp /usr/src/app/public/openapi.json /usr/src/app/apps/docs/public/openapi.json
|
||||
|
||||
# Generate OpenAPI documentation
|
||||
RUN pnpm --filter=./apps/docs run build:docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user