Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ENV PUBLIC_TYPESENSE_API_KEY=${PUBLIC_TYPESENSE_API_KEY}

WORKDIR /app/website

# Re-install Playwright browsers for the correct version (pnpm may install a different version)
RUN pnpm exec playwright install chromium
# Install Playwright browsers and system dependencies for mermaid rendering
RUN pnpm exec playwright install --with-deps chromium

# Build the website (static export to 'dist' directory)
RUN pnpm run build
Expand Down
Loading