Skip to content

sjeandeaux/docker-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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.