Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 534 Bytes

docker-swagger-ui

swagger-ui

Start

docker run -d --name swagguer-ui -p 8888:8888 sjeandeaux/docker-swagger-ui

#override API URL
docker run -d --name swagger-ui -p 8888:8888 -e "API_URL=YOUR_URL" sjeandeaux/docker-swagger-ui

Build

make build

This command builds Dockerfile. The FROM is official node.

Run

make run
make open

These commands run swagger-ui container and open your web browser.