Skip to content

jweaver85/docker-redoc-theming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published