Add HTTPS port to echoheaders
This commit is contained in:
parent
5101e74347
commit
665985921b
6 changed files with 29 additions and 3 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue