Skip to Content
Consume in your appDocker (portal image)

Docker (portal image)

The sumx-client-portal Dockerfile installs SumX kit packages from the Azure feed at image build time.

cd sumx-client-portal export AZURE_ARTIFACTS_PAT=your-packaging-read-pat pnpm run docker:build

Uses BuildKit secret azure_npm_pat. Chromium setup is included for the PDF package.

Requirements

  • Valid Packaging Read PAT for the feed
  • package.json on feed versions (pnpm run sumx:feed), not local file-linked deps

PDF in containers

The PDF package needs a Chromium binary in the image. Follow portal Dockerfile comments for your runtime.