Allow custom nginx templates

This commit is contained in:
Manuel de Brito Fontes 2016-04-30 12:34:33 -03:00
parent 996c769080
commit b086a686dd
5 changed files with 78 additions and 2 deletions

View file

@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
COPY nginx-ingress-controller /
COPY nginx.tmpl /
COPY nginx.tmpl /etc/nginx/template/nginx.tmpl
COPY default.conf /etc/nginx/nginx.conf
COPY lua /etc/nginx/lua/