You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v $PWD/dist:/build/dist swagger-ui-builder
50
50
```
51
51
52
-
### Build using Docker
53
-
54
-
To build swagger-ui using a docker container:
55
-
56
-
```
57
-
docker build -t swagger-ui-builder .
58
-
docker run -v $PWD/dist:/build/dist swagger-ui-builder
59
-
```
60
-
61
52
### Use
62
53
Once you open the Swagger UI, it will load the [Swagger Petstore](http://petstore.swagger.wordnik.com/v2/swagger.json) service and show its APIs. You can enter your own server url and click explore to view the API.
0 commit comments