1
0
angie-conv-image/doc/examples/basic/Dockerfile
2024-09-20 01:27:15 +03:00

9 lines
237 B
Docker

FROM docker.io/rockdrilla/angie-conv:v0.0.1
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