Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 600 Bytes

###PRE-REQUISITES

  • pq (can install from a variety of sources)

DOCKER COMPOSE

docker compose build --build-arg REDOC_THEME_JSON="$(jq -c . example-theme-options.json)" --no-cache --progress=plain
docker compose up

PURE DOCKER

docker build . -t my-redoc --build-arg REDOC_THEME_JSON="$(jq -c . example-theme-options.json)" --no-cache --progress=plain
docker run -p "8080:80" my-redoc

ONLY REDOC IMAGE

docker run -p "8080:80" -e REDOC_OPTIONS="theme='$(jq -c . example-theme-options.json)'" redocly/redoc

VIEW

http://localhost:8080/#tag/store