FROM docker.io/rockdrilla/angie-conv:v0.0.6
SHELL [ "/bin/sh", "-ec" ]
COPY /site/ /etc/angie/site/
COPY /static/ /etc/angie/static/
## not necessary at all - just disables ngx_http_proxy_module configuration
ENV NGX_HTTP_NO_PROXY=1