9 lines
237 B
Docker
9 lines
237 B
Docker
FROM docker.io/rockdrilla/angie-conv:v0.0.5
|
|
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
|