12 lines
270 B
Docker
12 lines
270 B
Docker
FROM docker.io/rockdrilla/angie-conv:v0.0.6
|
|
SHELL [ "/bin/sh", "-ec" ]
|
|
|
|
COPY /site/ /etc/angie/site/
|
|
|
|
## install 'angie-module-njs' and process package contents
|
|
RUN apt-install-angie-mod.sh njs ; \
|
|
apt-clean.sh
|
|
|
|
## load ngx_http_js_module
|
|
ENV NGX_HTTP_MODULES='njs'
|