Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ RUN rm -f /etc/nginx/sites-enabled/default

RUN echo 'daemon off;' >> /etc/nginx/nginx.conf

ADD https://github.com/wordnik/swagger-ui/archive/master.zip /swagger/
ADD https://github.com/swagger-api/swagger-ui/archive/master.zip /swagger/

WORKDIR /swagger
RUN unzip master.zip
RUN mv swagger-ui-master/dist/* .

EXPOSE 80

ENTRYPOINT nginx
ENTRYPOINT nginx
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

...in a docker container

[Swagger UI](https://github.com/wordnik/swagger-ui) ([Demo](http://petstore.swagger.wordnik.com/))
[Swagger UI](https://github.com/swagger-api/swagger-ui) ([Demo](http://petstore.swagger.wordnik.com/))

# Run

Expand Down