Add HTTPS port to echoheaders

This commit is contained in:
Nick Sardo 2018-02-14 13:24:38 -08:00
parent 5101e74347
commit 665985921b
6 changed files with 29 additions and 3 deletions

View file

@ -17,3 +17,7 @@ FROM BASEIMAGE
ADD nginx.conf /etc/nginx/nginx.conf
ADD template.lua /usr/local/share/lua/5.1/
ADD README.md README.md
ADD run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
ENTRYPOINT ["/usr/local/bin/run.sh"]