tree: 383f646a5412a99309321f09f74e6e00c607f961 [path history] [tgz]
  1. .gitignore
  2. docker-compose.yml
  3. Dockerfile
  4. README.md
tools/scripts/web/docker/README.md

Docker for CLDR Site

Installing assets

  1. run npm i and npm run build in docs/site

Previewing locally

  1. install https://docker.io
  2. docker compose up
  3. visit http://127.0.0.1:4000
  4. hit control-C to cancel the docker run.

Building

  1. docker compose run -w /src site jekyll build
  2. output is in ./_site here in this dir.