updated readme

This commit is contained in:
Tony Tam
2017-01-02 14:23:59 -07:00
parent daf225ee0a
commit 921f76e7ee

View File

@@ -50,6 +50,13 @@ You can rebuild swagger-ui on your own to tweak it or just so you can say you di
### Development
Use `npm run serve` to make a new build, watch for changes, and serve the result at http://localhost:8080/.
### Running with Docker
```
docker pull swaggerapi/swagger-ui
docker run -p 80:8080 swagger-ui
```
### Build using Docker
To build swagger-ui using a docker container: