Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 333 Bytes

swagger-ui-local

Docker container for running local swagger definitions

Commands

docker run -p 80:80 -v $(pwd):/app/swagger nielsgl/swagger-ui-local

and then you can access the swagger docs here


Inspired by: swagger-ui