- switching to alpine:3.3

- removed node dependency
- removed un-necessary source-code bulk

- serving just the static content
This commit is contained in:
Roman Tarnavski
2016-05-05 19:33:55 +10:00
parent 2c7cad3f47
commit 7a47fb8024
2 changed files with 7 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ To build swagger-ui using a docker container:
```
docker build -t swagger-ui-builder .
docker run -p 80:8080 swagger-ui-builder
docker run -p 80:80 swagger-ui-builder
```
This will start Swagger UI at `http://localhost`.