Browse Source

Update Dockerfile

pull/76/head
Robert Schuh 9 years ago
committed by GitHub
parent
commit
947d6eed7c
  1. 4
      swagger-ui/Dockerfile

4
swagger-ui/Dockerfile

@ -1,8 +1,8 @@
FROM node:alpine
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ENV VERSION "v2.2.10"
ENV FOLDER "swagger-ui-2.2.10"
ENV VERSION "v3.0.4"
ENV FOLDER "swagger-ui-3.0.4"
ENV API_URL "http://petstore.swagger.io/v2/swagger.json"
ENV API_KEY "**None**"
ENV OAUTH_CLIENT_ID "**None**"

Loading…
Cancel
Save