Allow UI base url to be customizable

This commit is contained in:
Michael Parker
2017-11-28 12:01:49 -06:00
parent 52693254e9
commit 5db4131046
2 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ ENV OAUTH_APP_NAME "**None**"
ENV OAUTH_ADDITIONAL_PARAMS "**None**"
ENV SWAGGER_JSON "/app/swagger.json"
ENV PORT 80
ENV BASE_URL ""
RUN apk add --update nginx
RUN mkdir -p /run/nginx