├── .dockerignore ├── Dockerfile ├── LICENSE ├── README.md ├── index.html ├── redoc.min.js ├── redoc.min.map └── run.sh /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/.dockerignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/index.html -------------------------------------------------------------------------------- /redoc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/redoc.min.js -------------------------------------------------------------------------------- /redoc.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/redoc.min.map -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bfirsh/docker-redoc/HEAD/run.sh --------------------------------------------------------------------------------