Sign inSign up

codeontap/swaggerui-export

By codeontap

•Updated about 5 years ago

Creates a zip swaggerui with a local swagger spec

Image
0

1.8K

codeontap/swaggerui-export repository overview

⁠SwaggerUI Export

This Docker image is used to generate a static SwaggerUI which contains the swagger specification file as part of the hosted file collection.

After modifying the swaggerUI constructor all files are zipped and exported to

    /app/outdir/apidoc.zip

⁠Usage

docker run --rm \
    -v "<SwaggerSpecFileDir>:/app/indir" \
    -v "<DocOutput>:/app/outdir" \
    -e SWAGGER_JSON=/app/indir/<SwaggerSpecFile> \
    codeontap/swaggerui-export

Tag summary

Content type

Image

Digest

Size

34.9 MB

Last updated

about 5 years ago

docker pull codeontap/swaggerui-export