diff --git a/Projects/kompose/docs/Dockerfile b/Projects/kompose/docs/Dockerfile index 2a72d248..1013a24a 100644 --- a/Projects/kompose/docs/Dockerfile +++ b/Projects/kompose/docs/Dockerfile @@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile COPY . . # Generate static site -RUN pnpm run generate +RUN pnpm build # Production stage FROM nginx:alpine