diff --git a/Dockerfile.docs b/Dockerfile.docs index e7721d8..647779d 100644 --- a/Dockerfile.docs +++ b/Dockerfile.docs @@ -11,6 +11,9 @@ WORKDIR /usr/src/app # Install dependencies RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/docs --frozen-lockfile +# Generate OpenAPI documentation +RUN pnpm --filter=./apps/docs run build:docs + # Deploy only the dokploy app ENV NODE_ENV=production